Revision: 61533
          http://sourceforge.net/p/brlcad/code/61533
Author:   carlmoore
Date:     2014-07-02 15:54:08 +0000 (Wed, 02 Jul 2014)
Log Message:
-----------
fix 2 more spellings

Modified Paths:
--------------
    brlcad/trunk/misc/tools/re2c/htdocs/manual.html.in
    brlcad/trunk/misc/tools/re2c/re2c.1.in

Modified: brlcad/trunk/misc/tools/re2c/htdocs/manual.html.in
===================================================================
--- brlcad/trunk/misc/tools/re2c/htdocs/manual.html.in  2014-07-02 15:52:00 UTC 
(rev 61532)
+++ brlcad/trunk/misc/tools/re2c/htdocs/manual.html.in  2014-07-02 15:54:08 UTC 
(rev 61533)
@@ -313,7 +313,7 @@
 condition state.
 </p><p>
 Non empty rules allow to specify the new condition, which makes them
-transition rules. Besides generating calls for the define 
<b>YYSETCONDTITION</b>
+transition rules. Besides generating calls for the define <b>YYSETCONDITION</b>
 no other special code is generated.
 </p>
 <p>
@@ -355,7 +355,7 @@
 shortcut rule should not be used in a loop where there is code between the 
start
 of the loop and the <b>re2c</b> block unless <i>re2c:cond:goto</i> is changed
 to '<i>continue;</i>'. If code is necessary before all rule (though not simple
-jumps) you can doso by using &lt;! pseudo-rules.
+jumps) you can do so by using &lt;! pseudo-rules.
 </p>
 <dl compact="compact">
 <dd>&lt;<i>condition-list</i>&gt; <i>regular-expression</i> { <i>C/C++ 
code</i> }</dd>

Modified: brlcad/trunk/misc/tools/re2c/re2c.1.in
===================================================================
--- brlcad/trunk/misc/tools/re2c/re2c.1.in      2014-07-02 15:52:00 UTC (rev 
61532)
+++ brlcad/trunk/misc/tools/re2c/re2c.1.in      2014-07-02 15:54:08 UTC (rev 
61533)
@@ -359,7 +359,7 @@
 condition state.
 .LP
 Non empty rules allow to specify the new condition, which makes them
-transition rules. Besides generating calls for the define \fBYYSETCONDTITION\fP
+transition rules. Besides generating calls for the define \fBYYSETCONDITION\fP
 no other special code is generated.
 .LP
 There is another kind of special rules that allow to prepend code to any code
@@ -401,7 +401,7 @@
 shortcut rule should not be used in a loop where there is code between the 
start
 of the loop and the \*(re block unless \fIre2c:cond:goto\fP is changed
 to '\fIcontinue;\fP'. If code is necessary before all rule (though not simple
-jumps) you can doso by using <! pseudo-rules.
+jumps) you can do so by using <! pseudo-rules.
 .P
 .RS
 \fC<\fP\fIcondition-list\fP\fC>\fP \fI\*(rx\fP \fC{\fP \fIC/C++ code\fP \fC}\fP

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to