From e4b8618efac3ba770c6dc53afba6243949a30b00 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 17 Jul 2014 17:58:24 -0600 Subject: Cosmet updates to some comments --- NxWidgets/nxwm/src/cmediaplayer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets/nxwm/src') 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; -- cgit v1.2.3