# New Ticket Created by Will Coleda # Please include the string: [perl #28461] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=28461 >
Another instance of "unknow" bash-2.05a$ cvs diff src/dynext.c Index: src/dynext.c =================================================================== RCS file: /cvs/public/parrot/src/dynext.c,v retrieving revision 1.20 diff -u -r1.20 dynext.c --- src/dynext.c 26 Mar 2004 18:30:31 -0000 1.20 +++ src/dynext.c 11 Apr 2004 18:09:29 -0000 @@ -184,7 +184,7 @@ if (!*handle) { const char * err = Parrot_dlerror(); fprintf(stderr, "Couldn't load '%s': %s\n", - cpath, err ? err : "unknow reason"); + cpath, err ? err : "unknown reason"); string_cstring_free(cpath); return NULL; } -- Will "Coke" Coleda will at coleda dot com