projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5c2d7af
)
Detypo.
Jarkko Hietaniemi [Fri, 22 Jun 2001 16:25:16 +0000 (16:25 +0000)]
p4raw-id: //depot/perl@10829
util.c
patch
|
blob
|
blame
|
history
diff --git
a/util.c
b/util.c
index
aa8a84f
..
cee1fb7
100644
(file)
--- a/
util.c
+++ b/
util.c
@@
-3723,7
+3723,7
@@
Perl_sv_getcwd(pTHX_ register SV *sv)
*SvEND(sv) = '\0';
SvPOK_only(sv);
- hreif (PerlDir_chdir(SvPVX(sv)) < 0) {
+ if (PerlDir_chdir(SvPVX(sv)) < 0) {
SV_CWD_RETURN_UNDEF;
}
}