On Thu, Apr 03, 2003 at 02:05:22PM -0500, Simon Glover wrote:
> 
> On Thu, 3 Apr 2003, Cal Henderson wrote:
> 
> > patch to correct typos in rx.ops
> 
>  Thanks, applied.

There's more:


Index: rx.ops
===================================================================
RCS file: /cvs/public/parrot/rx.ops,v
retrieving revision 1.33
diff -u -r1.33 rx.ops
--- rx.ops      3 Apr 2003 19:04:08 -0000       1.33
+++ rx.ops      4 Apr 2003 07:39:01 -0000
@@ -40,7 +40,7 @@
                rx_popindex I1, $advance
 
        $start2:
-               rx_literal S0, I1, "cd", $back1
+               rx_oneof S0, I1, "cd", $back1
        $top2:
                rx_oneof S0, I1, "cd", $succeed
                branch $top2
@@ -289,9 +289,9 @@
 Matches the exact string passed in the third 
 parameter.
 
-B<XXX> Currently there is no way to to case-insenstive matches. The right
-way would involve either an specialized rx_literal_insensitive op, or 
-some more sophisticated method.
+B<XXX> Currently there is no way to do case-insensitive matches. The
+right way would involve either an specialized rx_literal_insensitive op,
+or some more sophisticated method.
 
 =cut
 
@@ -519,7 +519,7 @@
 
 =back
 
-=head3 Optimitzation ops: searching at the beginning of the string.
+=head3 Optimization ops: searching at the beginning of the string.
 
 This ops combine rx_advance with other ops, with the goal of increasing the
 code density, and saving a few repeated computations.
@@ -637,7 +637,7 @@
 
 =back
 
-=head3 Optimitzation ops: combining a simple match with a greedy star.
+=head3 Optimization ops: combining a simple match with a greedy star.
 
 =over 4
 

Cheers,
$Anton.
-- 
It's a short step from "rigor" to "rigor mortis". -- Chip Salzenberg

Reply via email to