From: Peter Kokot Date: Tue, 24 Jul 2018 22:52:29 +0000 (+0200) Subject: Fix typos X-Git-Tag: v6.9.0~57^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a06e60cb6d72101457e537149e7610bf916a8d2;p=onig Fix typos --- diff --git a/HISTORY b/HISTORY index 23567cd..407c8d3 100644 --- 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. diff --git a/doc/CALLOUTS.API b/doc/CALLOUTS.API index 667c090..057a054 100644 --- a/doc/CALLOUTS.API +++ b/doc/CALLOUTS.API @@ -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().