[Redbutton-devel] SF.net SVN: redbutton: [345] redbutton-author/trunk/grammar
Brought to you by:
skilvington
|
From: <ski...@us...> - 2007-08-24 09:36:16
|
Revision: 345
http://redbutton.svn.sourceforge.net/redbutton/?rev=345&view=rev
Author: skilvington
Date: 2007-08-24 02:36:13 -0700 (Fri, 24 Aug 2007)
Log Message:
-----------
the parser found the last of the OCR errors
Modified Paths:
--------------
redbutton-author/trunk/grammar
Modified: redbutton-author/trunk/grammar
===================================================================
--- redbutton-author/trunk/grammar 2007-08-24 08:56:51 UTC (rev 344)
+++ redbutton-author/trunk/grammar 2007-08-24 09:36:13 UTC (rev 345)
@@ -92,7 +92,7 @@
SceneCoordinateSystem [AspectRatio]
[MovingCursor] [NextScenes] "}" .
InputEventRegister ::= ":InputEventReg" INTEGER .
-SceneCoordinateSvstem ::= ":SceneCS" XScene YScene .
+SceneCoordinateSystem ::= ":SceneCS" XScene YScene .
XScene ::= INTEGER .
YScene ::= INTEGER .
AspectRatio ::= ":AspectRatio" Width Height .
@@ -604,7 +604,7 @@
GetFirstItem ::= ":GetFirstItem" "(" Target FirstItemVar
")" .
GetHighlightStatus ::= ":GetHighlightStatus" "(" Target
- HightlightStatusVar ")" .
+ HighlightStatusVar ")" .
GetInteractionStatus ::= ":GetInteractionStatus" "(" Target
InteractionStatusVar ")" .
GetItemStatus ::= ":GetItemStatus" "(" Target
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|