patch to correct typos in rx.ops

patch follows sig


-cal
--

--- rx.ops      Thu Jan  9 00:00:17 2003
+++ rx.ops.2    Wed Apr  2 23:28:13 2003
@@ -135,11 +135,11 @@
 
 There are two basic rules to how the opcodes operate.
 
-The first rule is that the first argument to each opcode is the string where are 
matching
+The first rule is that the first argument to each opcode is the string we are are 
matching
 against, and the second one is the current index in the string.
 
 The second rule pertains to the ops that have an integer constant as their last 
parameter.
-For the most part, these ops will branch to that parameter if the 'fail'.  For most 
ops, 
+For the most part, these ops will branch to that parameter if they 'fail'.  For most 
ops, 
 'fail' means 'fail to match'.
 
 If the documentation for an op doesn't specifically mention the first or last 
parameter, 


Reply via email to