Skip to content

Commit

Permalink
JANITORIAL: Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
criezy committed Dec 16, 2018
1 parent 4edda86 commit d320c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/system.h
Expand Up @@ -299,7 +299,7 @@ class OSystem : Common::NonCopyable {
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.
*/
Expand Down Expand Up @@ -373,7 +373,7 @@ class OSystem : Common::NonCopyable {
*
* This feature has no associated state.
*/
kFeatureOpenUrl ,
kFeatureOpenUrl,

/**
* show on-screen control
Expand Down

0 comments on commit d320c36

Please sign in to comment.