diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-07-11 09:48:32 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2018-07-11 09:48:32 +0000 |
commit | e560d569e1982c4f2310318cfd51b445fdde0c55 (patch) | |
tree | 94e8ce21624f0a00f891fcf6fae135f3111a1a6b | |
parent | 769020776720906c31e0811689c8aedd185a579e (diff) | |
download | pcre2-e560d569e1982c4f2310318cfd51b445fdde0c55.tar.gz |
Fix typo.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@960 6239d852-aaf2-0410-a92c-79f79f948069
-rw-r--r-- | doc/html/index.html | 2 | ||||
-rw-r--r-- | doc/index.html.src | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/index.html b/doc/html/index.html index b9393d9..82b43c3 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -141,7 +141,7 @@ in the library. <td> Free a general context</td></tr> <tr><td><a href="pcre2_get_error_message.html">pcre2_get_error_message</a></td> - <td> Free study data</td></tr> + <td> Get textual error message for error number</td></tr> <tr><td><a href="pcre2_get_mark.html">pcre2_get_mark</a></td> <td> Get a (*MARK) name</td></tr> diff --git a/doc/index.html.src b/doc/index.html.src index b9393d9..82b43c3 100644 --- a/doc/index.html.src +++ b/doc/index.html.src @@ -141,7 +141,7 @@ in the library. <td> Free a general context</td></tr> <tr><td><a href="pcre2_get_error_message.html">pcre2_get_error_message</a></td> - <td> Free study data</td></tr> + <td> Get textual error message for error number</td></tr> <tr><td><a href="pcre2_get_mark.html">pcre2_get_mark</a></td> <td> Get a (*MARK) name</td></tr> |