]> granicus.if.org Git - onig/commitdiff
Fix small typo in API doc
authorFabien Villepinte <fabien.villepinte@gmail.com>
Wed, 28 Aug 2019 09:25:25 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Aug 2019 09:25:25 +0000 (11:25 +0200)
doc/API

diff --git a/doc/API b/doc/API
index 049db02b0c0cecdb4fbf6ac66646f270d9c68c7b..0b0da54b3075ba0c5128a84466051f810a39fa95 100644 (file)
--- a/doc/API
+++ b/doc/API
@@ -168,7 +168,7 @@ Oniguruma API  Version 6.9.3  2019/07/06
 # int onig_new_deluxe(regex_t** reg, const UChar* pattern, const UChar* pattern_end,
                       OnigCompileInfo* ci, OnigErrorInfo* einfo)
 
-  This function is deprecate, and it does not allow the case where
+  This function is deprecated, and it does not allow the case where
   the encoding of pattern and target is different.
 
   Create a regex object.