diff options
author | Thierry Crozat | 2018-12-16 14:37:22 +0000 |
---|---|---|
committer | Thierry Crozat | 2018-12-16 15:58:43 +0000 |
commit | d320c36e588cdefac9c24a0d9743d79539f6d198 (patch) | |
tree | c8a7c70944b695547dfa50ec3e77e8d94109c6db /common | |
parent | 4edda866edf47d1659e6f630e984bf1e18000815 (diff) | |
download | scummvm-rg350-d320c36e588cdefac9c24a0d9743d79539f6d198.tar.gz scummvm-rg350-d320c36e588cdefac9c24a0d9743d79539f6d198.tar.bz2 scummvm-rg350-d320c36e588cdefac9c24a0d9743d79539f6d198.zip |
JANITORIAL: Fix typo in comment
Diffstat (limited to 'common')
-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 |