[Scummvm-cvs-logs] SF.net SVN: scummvm:[42503] scummvm/trunk/common/system.h

buddha_ at users.sourceforge.net buddha_ at users.sourceforge.net
Wed Jul 15 15:10:29 CEST 2009


Revision: 42503
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42503&view=rev
Author:   buddha_
Date:     2009-07-15 13:10:29 +0000 (Wed, 15 Jul 2009)

Log Message:
-----------
Fix some typos in TransactionError-enumeration's comments.

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2009-07-15 13:04:17 UTC (rev 42502)
+++ scummvm/trunk/common/system.h	2009-07-15 13:10:29 UTC (rev 42503)
@@ -408,10 +408,10 @@
 	 */
 	enum TransactionError {
 		kTransactionSuccess = 0,					/**< Everything fine (use EQUAL check for this one!) */
-		kTransactionAspectRatioFailed = (1 << 0),	/**< Failed switchting aspect ratio correction mode */
-		kTransactionFullscreenFailed = (1 << 1),	/**< Failed switchting fullscreen mode */
-		kTransactionModeSwitchFailed = (1 << 2),	/**< Failed switchting the GFX graphics mode (setGraphicsMode) */
-		kTransactionSizeChangeFailed = (1 << 3)		/**< Failed switchting the screen dimensions (initSize) */
+		kTransactionAspectRatioFailed = (1 << 0),	/**< Failed switching aspect ratio correction mode */
+		kTransactionFullscreenFailed = (1 << 1),	/**< Failed switching fullscreen mode */
+		kTransactionModeSwitchFailed = (1 << 2),	/**< Failed switching the GFX graphics mode (setGraphicsMode) */
+		kTransactionSizeChangeFailed = (1 << 3)		/**< Failed switching the screen dimensions (initSize) */
 	};
 
 	/**


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