---
 simgear/nasal/parse.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/simgear/nasal/parse.c b/simgear/nasal/parse.c
index 2e66d8f..10339c8 100644
--- a/simgear/nasal/parse.c
+++ b/simgear/nasal/parse.c
@@ -311,7 +311,7 @@ static struct Token* parsePrecedence(struct Parser* p,
     }
 
     // Another one: the "." and (postfix) "[]/()" operators should
-    // really be the same precendence level, but the existing
+    // really be the same precedence level, but the existing
     // implementation doesn't allow for it.  Bump us up a level if we
     // are parsing for DOT but find a LPAR/LBRA at the end of the
     // list.
-- 
1.7.10.4


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to