This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Correct Freudian slip.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 1 May 2000 22:20:53 +0000 (22:20 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 1 May 2000 22:20:53 +0000 (22:20 +0000)
p4raw-id: //depot/cfgperl@6036

pp_sys.c

index 62b4b10..79938fb 100644 (file)
--- a/pp_sys.c
+++ b/pp_sys.c
@@ -4788,7 +4788,7 @@ PP(pp_gpwent)
 #   ifdef HAS_GETPWENT
        pwent  = getpwent();
 #   else
-       DIE(aTHX_ PL_no_fun, "getpwent");
+       DIE(aTHX_ PL_no_func, "getpwent");
 #   endif
        break;
     }