aboutsummaryrefslogtreecommitdiff
path: root/backends/audiocd
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-06-06 16:44:48 +0200
committerWillem Jan Palenstijn2013-06-06 16:45:59 +0200
commitc9f0e8149d54ad36c862816964cd88c4980e9b15 (patch)
treea8b1a5000025454215dde9e7e81c44b7e2b70b31 /backends/audiocd
parent7456a2ca239773982f980086a2ae77ad5d31b1ab (diff)
downloadscummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.tar.gz
scummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.tar.bz2
scummvm-rg350-c9f0e8149d54ad36c862816964cd88c4980e9b15.zip
ALL: Fix typo (succesful -> successful)
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this.
Diffstat (limited to 'backends/audiocd')
-rw-r--r--backends/audiocd/audiocd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/audiocd/audiocd.h b/backends/audiocd/audiocd.h
index 0afc6af991..76c3998862 100644
--- a/backends/audiocd/audiocd.h
+++ b/backends/audiocd/audiocd.h
@@ -110,7 +110,7 @@ public:
/**
* Initialize the specified CD drive for audio playback.
* @param drive the drive id
- * @return true if the CD drive was inited succesfully
+ * @return true if the CD drive was inited successfully
*/
virtual bool openCD(int drive) = 0;