diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Src/glob.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 854d84fa3..326a44877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-28 Peter Stephenson <pws@csr.com> + + * 24887: Geoff: Src/glob.c: typo. + 2008-04-27 Peter Stephenson <p.w.stephenson@ntlworld.com> * 24886: Src/Zle/zle_hist.c: using unupdated pos to set end_pos diff --git a/Src/glob.c b/Src/glob.c index 3c19bf0f7..103f7ac45 100644 --- a/Src/glob.c +++ b/Src/glob.c @@ -2238,7 +2238,7 @@ getmatcharr(char ***ap, char *pat, int fl, int n, char *replstr) /* * Match against str using pattern pp; return a list of - * Repldata matches in the linked list *replistp; this is + * Repldata matches in the linked list *repllistp; this is * in permanent storage and to be freed by freematchlist() */ |