From c9f0e8149d54ad36c862816964cd88c4980e9b15 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 6 Jun 2013 16:44:48 +0200 Subject: ALL: Fix typo (succesful -> successful) Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this. --- backends/audiocd/audiocd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/audiocd') 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; -- cgit v1.2.3