diff options
-rw-r--r-- | common/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/system.h b/common/system.h index 01d436e5df..c33dfbb6b3 100644 --- a/common/system.h +++ b/common/system.h @@ -299,7 +299,7 @@ public: kFeatureStretchMode, /** - * Determine whether a virtual keyboard is too be shown or not. + * Determine whether a virtual keyboard is to be shown or not. * This would mostly be implemented by backends for hand held devices, * like PocketPC, Palms, Symbian phones like the P800, Zaurus, etc. */ @@ -373,7 +373,7 @@ public: * * This feature has no associated state. */ - kFeatureOpenUrl , + kFeatureOpenUrl, /** * show on-screen control |