1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-31 18:10:56 +01:00

24887: geoff: typo

This commit is contained in:
Peter Stephenson 2008-04-28 08:55:27 +00:00
parent bbcee91527
commit 0c0213b517
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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()
*/