summaryrefslogtreecommitdiff
path: root/ext/pcre/pcrelib/NEWS
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2013-04-22 14:05:24 +0100
committerStanislav Malyshev <stas@php.net>2013-06-10 13:36:17 -0700
commit04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da (patch)
tree54f17f690aa4bbdaed4a9d8297c77902bd3b2494 /ext/pcre/pcrelib/NEWS
parented2e84e2394b97f710710c6db0366d739422b0fe (diff)
downloadphp-git-04145dc2aa6eea37f7cd27ffa69ad3b2f52a65da.tar.gz
typo fixes (argument)
Diffstat (limited to 'ext/pcre/pcrelib/NEWS')
-rw-r--r--ext/pcre/pcrelib/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcre/pcrelib/NEWS b/ext/pcre/pcrelib/NEWS
index ebd9c5ec9d..082139f222 100644
--- a/ext/pcre/pcrelib/NEWS
+++ b/ext/pcre/pcrelib/NEWS
@@ -591,7 +591,7 @@ some of the new functionality in Perl 5.005.
Another (I hope this is the last!) change has been made to the API for the
pcre_compile() function. An additional argument has been added to make it
possible to pass over a pointer to character tables built in the current
-locale by pcre_maketables(). To use the default tables, this new arguement
+locale by pcre_maketables(). To use the default tables, this new argument
should be passed as NULL.
IMPORTANT FOR THOSE UPGRADING FROM VERSION 2.05