From 11e6c92bd8e9b82a634ca300922d809e07809782 Mon Sep 17 00:00:00 2001 From: Kari Salminen Date: Wed, 15 Jul 2009 13:10:29 +0000 Subject: Fix some typos in TransactionError-enumeration's comments. svn-id: r42503 --- common/system.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'common/system.h') diff --git a/common/system.h b/common/system.h index 5b3c208661..5c91296ab1 100644 --- a/common/system.h +++ b/common/system.h @@ -408,10 +408,10 @@ public: */ 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) */ }; /** -- cgit v1.2.3