- touchup wording a bit
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Mar 2007 11:14:38 +0000 (11:14 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 16 Mar 2007 11:14:38 +0000 (11:14 -0000)
docs/keep_data_small.txt

index 5137dff..66f92b3 100644 (file)
@@ -122,6 +122,6 @@ less readable, use #defines:
 
                Word of caution
 
-If applet doesn't use much of global data, converting it to using
-one of above methods is not worth resulting code obfuscation.
-If you have less that ~300 bytes of global data - don't bother.
+If applet doesn't use much of global data, converting it to use
+one of above methods is not worth the resulting code obfuscation.
+If you have less than ~300 bytes of global data - don't bother.