]> granicus.if.org Git - onig/commitdiff
Fix typos
authorPeter Kokot <peterkokot@gmail.com>
Tue, 24 Jul 2018 22:52:29 +0000 (00:52 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 24 Jul 2018 22:52:29 +0000 (00:52 +0200)
HISTORY
doc/CALLOUTS.API

diff --git a/HISTORY b/HISTORY
index 23567cdb979c74c5c1561fcafbfe015ed9d16f04..407c8d38a8f707fee875f2a8b3b6815a551aca65 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -2027,7 +2027,7 @@ History
 2003/01/31: [impl] rename TTRANS() to TOLOWER().
 2003/01/30: [bug]  .c.o --> .c.obj in win32\Makefile.
 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
-                   NOT_RUBY is refered in regint.h for escape double
+                   NOT_RUBY is referred in regint.h for escape double
                    including config.h.
 2003/01/30: [impl] when string hasn't case ambiguity, don't compile
                    to ignore case opcode.
index 667c09029e4ad9de9f6d1d9bd0edc718b2b30557..057a054d87dbd56aa750767f9b978553d417bf47 100644 (file)
@@ -196,7 +196,7 @@ Callouts API  Version 6.8.2 2018/06/08
 
 # const OnigUChar* onig_get_string_by_callout_args(OnigCalloutArgs* args)
 
-  Returns the subject string adress.
+  Returns the subject string address.
   This is the second argument(str) of onig_search().