commit 2939b9b89691dcd4076f1744f88cbb5f32f3b7d7
parent b2a017c11351c0d8d6120eb7441bf2864859cde1
Author: Gaute Hope <eg@gaute.vetsj.com>
Date: Mon, 9 Dec 2013 09:23:55 +0100
textfield: fix typo in comment
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/textfield.rb b/lib/sup/textfield.rb
@@ -175,7 +175,7 @@ private
# system locale and also hopefully the terminal/input encoding. an
# incorrectly configured terminal encoding (not matching the system
# encoding) will produce erronous results, but will also do that for
- # a log of other programs since it is impossible to detect which is
+ # a lot of other programs since it is impossible to detect which is
# which and what encoding the inputted byte chars are supposed to have.
v.force_encoding($encoding).fix_encoding!
end