[Scummvm-cvs-logs] SF.net SVN: scummvm: [31965] scummvm/trunk/engines/kyra

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Fri May 9 15:33:31 CEST 2008


Revision: 31965
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31965&view=rev
Author:   lordhoto
Date:     2008-05-09 06:33:31 -0700 (Fri, 09 May 2008)

Log Message:
-----------
Fixed typos.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sound.h
    scummvm/trunk/engines/kyra/sound_adlib.cpp

Modified: scummvm/trunk/engines/kyra/sound.h
===================================================================
--- scummvm/trunk/engines/kyra/sound.h	2008-05-09 12:23:19 UTC (rev 31964)
+++ scummvm/trunk/engines/kyra/sound.h	2008-05-09 13:33:31 UTC (rev 31965)
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * LPGL License
+ * LGPL License
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public
@@ -61,7 +61,7 @@
 
 /**
  * Analog audio output device API for Kyrandia games.
- * It countains functionallity to play music tracks,
+ * It contains functionality to play music tracks,
  * sound effects and voices.
  */
 class Sound {
@@ -92,7 +92,7 @@
 	virtual void process() {}
 
 	/**
-	 * Updates internal volume settings according to ConfigManager
+	 * Updates internal volume settings according to ConfigManager.
 	 */
 	virtual void updateVolumeSettings() {}
 
@@ -105,7 +105,7 @@
 	virtual void setSoundList(const AudioDataStruct *list) { _soundDataList = list; }
 
 	/**
-	 * Checks if a given sound file is present
+	 * Checks if a given sound file is present.
 	 *
 	 * @param track	track number
 	 * @return true if available, false otherwise
@@ -126,19 +126,19 @@
 	virtual void playTrack(uint8 track) = 0;
 
 	/**
-	 * Stop playback of the current track
+	 * Stop playback of the current track.
 	 */
 	virtual void haltTrack() = 0;
 
 	/**
-	 * Plays the specified sound effect
+	 * Plays the specified sound effect.
 	 *
 	 * @param track	sound effect id
 	 */
 	virtual void playSoundEffect(uint8 track) = 0;
 
 	/**
-	 * Checks if the sound driver plays any sound
+	 * Checks if the sound driver plays any sound.
 	 *
 	 * @return true if playing, false otherwise
 	 */
@@ -535,7 +535,7 @@
 	void stopSound(int channel);
 
 	/**
-	 * Stops playback of all sounds
+	 * Stops playback of all sounds.
 	 */
 	void stopAllSounds();
 

Modified: scummvm/trunk/engines/kyra/sound_adlib.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sound_adlib.cpp	2008-05-09 12:23:19 UTC (rev 31964)
+++ scummvm/trunk/engines/kyra/sound_adlib.cpp	2008-05-09 13:33:31 UTC (rev 31965)
@@ -18,7 +18,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
  *
- * LPGL License
+ * LGPL License
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list