summaryrefslogtreecommitdiff
path: root/NxWidgets/nxwm/src/cmediaplayer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/nxwm/src/cmediaplayer.cxx')
-rw-r--r--NxWidgets/nxwm/src/cmediaplayer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/NxWidgets/nxwm/src/cmediaplayer.cxx b/NxWidgets/nxwm/src/cmediaplayer.cxx
index 0c4831076..14ca32eed 100644
--- a/NxWidgets/nxwm/src/cmediaplayer.cxx
+++ b/NxWidgets/nxwm/src/cmediaplayer.cxx
@@ -1102,7 +1102,7 @@ void CMediaPlayer::checkFileSelection(void)
if (!openMediaFile(m_listbox->getSelectedOption()))
{
// Go to the STOPPED state on a failure to open the media file
- // The play button will be disable because m_fileIndex == -1.
+ // The play button will be disabled because m_fileIndex == -1.
gdbg("openMediaFile failed\n");
m_fileIndex = -1;