]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Updated README
authorDale Weiler <killfieldengine@gmail.com>
Tue, 17 Apr 2012 09:24:37 +0000 (05:24 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Tue, 17 Apr 2012 09:24:37 +0000 (05:24 -0400)
README

diff --git a/README b/README
index f37f17370dc5dabc26a018ab4e40ce615f474548..7b5181e9afc12117d7750b05161ec1d2d48eb0ca 100644 (file)
--- a/README
+++ b/README
@@ -78,7 +78,7 @@ Comments:
        
        Examples:
                ; this is allowed
        
        Examples:
                ; this is allowed
-               # as it this
+               # as is this
                FLOAT: foo 1 ; this is not allowed
                FLOAT: bar 2 # neither is this
        
                FLOAT: foo 1 ; this is not allowed
                FLOAT: bar 2 # neither is this
        
@@ -121,7 +121,7 @@ Misc:
        and signs (+, -) however.
        
        Constants cannot be assigned values of other constants, their value must
        and signs (+, -) however.
        
        Constants cannot be assigned values of other constants, their value must
-       be fully expressed inspot of the declration.
+       be fully expressed inspot of the declartion.
        
        No two identifiers can be the same name, this applies for variables allocated
        inside a function scope (despite it being considered local).
        
        No two identifiers can be the same name, this applies for variables allocated
        inside a function scope (despite it being considered local).
@@ -153,4 +153,5 @@ Misc:
        
 ////////////////////////////////////////////////////////////////////////
 /////////////////////// Quake C Documentation //////////////////////////
        
 ////////////////////////////////////////////////////////////////////////
 /////////////////////// Quake C Documentation //////////////////////////
+////////////////////////////////////////////////////////////////////////
 TODO ....
 TODO ....