diff options
| author | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
|---|---|---|
| committer | Pierrick Charron <pierrick@php.net> | 2011-04-03 21:46:52 +0000 |
| commit | e8486cc37415a6db5f949d687a2f62e7f3bd3235 (patch) | |
| tree | 509c0a333a750cd362633a04190cfe1ca2329e28 /ext/spl/internal/regexiterator.inc | |
| parent | 47012ccd8f7f091d234693ed23e072da5e9a8328 (diff) | |
| download | php-git-e8486cc37415a6db5f949d687a2f62e7f3bd3235.tar.gz | |
Fix common typos in the source code (Reported in Bug #54065)
# External libraries were excluded
# Thanks eitan at eitanadler dot com for the first patch :)
Diffstat (limited to 'ext/spl/internal/regexiterator.inc')
| -rwxr-xr-x | ext/spl/internal/regexiterator.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/internal/regexiterator.inc b/ext/spl/internal/regexiterator.inc index 8b4ffe9dad..96b8f81126 100755 --- a/ext/spl/internal/regexiterator.inc +++ b/ext/spl/internal/regexiterator.inc @@ -19,7 +19,7 @@ */ class RegexIterator extends FilterIterator { - const USE_KEY = 0x00000001; /**< If present in $flags the the key is + const USE_KEY = 0x00000001; /**< If present in $flags the key is used rather then the current value. */ const MATCH = 0; /**< Mode: Executed a plain match only */ |
