diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-03 17:06:03 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-03 17:06:03 +0000 |
commit | fb8eeed8cb12743f5c60d9d4d0405913307f1b9b (patch) | |
tree | 785c993b0ceea0d776a8895940d29348d5c3aee9 /ext | |
parent | 21c5e947e5a68781b3973bfef39ecf5b371d4130 (diff) | |
download | perl-fb8eeed8cb12743f5c60d9d4d0405913307f1b9b.tar.gz |
Remove all occurrences of occurence, except for one (in the
Changelog) that is preserved for historical reasons.
p4raw-id: //depot/perl@16979
Diffstat (limited to 'ext')
-rw-r--r-- | ext/File/Glob/bsd_glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File/Glob/bsd_glob.c b/ext/File/Glob/bsd_glob.c index 6989df883c..83d71f0b0f 100644 --- a/ext/File/Glob/bsd_glob.c +++ b/ext/File/Glob/bsd_glob.c @@ -1209,7 +1209,7 @@ qprintf(const char *str, register Char *s) #ifdef MACOS_TRADITIONAL -/* Replace the last occurence of the pattern ":[^:]+::", e.g. ":lib::", +/* Replace the last occurrence of the pattern ":[^:]+::", e.g. ":lib::", with a single ':', if possible. It is not an error, if the pattern doesn't match (we return -1), but if there are two consecutive colons '::', there must be a preceding ':[^:]+'. Hence, a volume path like |