diff options
author | Veres Lajos <vlajos@gmail.com> | 2013-04-22 13:41:27 +0100 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2013-06-10 13:36:03 -0700 |
commit | ed2e84e2394b97f710710c6db0366d739422b0fe (patch) | |
tree | feb0eba79f31425ddb9b50395aa7a508a1bd2665 /win32/glob.c | |
parent | 7a1e670d762accae231764c83a1ce0d379ef5cad (diff) | |
download | php-git-ed2e84e2394b97f710710c6db0366d739422b0fe.tar.gz |
typo fixes (accommodate, parameter)
Diffstat (limited to 'win32/glob.c')
-rw-r--r-- | win32/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/glob.c b/win32/glob.c index a197f3bbee..1aeac78fda 100644 --- a/win32/glob.c +++ b/win32/glob.c @@ -689,7 +689,7 @@ glob3(pathbuf, pathbuf_last, pathend, pathend_last, pattern, pattern_last, /* - * Extend the gl_pathv member of a glob_t structure to accomodate a new item, + * Extend the gl_pathv member of a glob_t structure to accommodate a new item, * add the new item, and update gl_pathc. * * This assumes the BSD realloc, which only copies the block when its size |