From d320c36e588cdefac9c24a0d9743d79539f6d198 Mon Sep 17 00:00:00 2001 From: Thierry Crozat Date: Sun, 16 Dec 2018 14:37:22 +0000 Subject: JANITORIAL: Fix typo in comment --- common/system.h | 4 ++-- 1 file 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 -- cgit v1.2.3