aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Carroll <thecarrolls@jiminger.com>2012-11-15 07:30:00 -0500
committerJim Carroll <thecarrolls@jiminger.com>2012-11-15 07:30:00 -0500
commit134374df4b2bc44659627846e93d9a1bea607f64 (patch)
tree532ef84d7908a465be08421db3e86d084cecf05c
parent13ebaac1e4a5898d5c99d70dc3ada6fa93be05d5 (diff)
[cosmetic] Fix docstring (again) for audioSuspend/audioRemsume to have the correct method names.
-rw-r--r--xbmc/interfaces/legacy/ModuleXbmc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/interfaces/legacy/ModuleXbmc.h b/xbmc/interfaces/legacy/ModuleXbmc.h
index 833fe68acb..c640b2aa19 100644
--- a/xbmc/interfaces/legacy/ModuleXbmc.h
+++ b/xbmc/interfaces/legacy/ModuleXbmc.h
@@ -383,7 +383,7 @@ namespace XBMCAddon
* audioSuspend() -- Suspend Audio engine.
*
* example:
- * xbmc.AudioSuspend()
+ * xbmc.audioSuspend()
*/
void audioSuspend();
@@ -391,7 +391,7 @@ namespace XBMCAddon
* audioResume() -- Resume Audio engine.
*
* example:
- * xbmc.AudioResume()
+ * xbmc.audioResume()
*/
void audioResume();