minor typos in some dl_$foo.xs files
Peter Prymmer [Fri, 19 Jan 2001 18:43:14 +0000 (10:43 -0800)]
Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>

p4raw-id: //depot/perl@8490

ext/DynaLoader/dl_aix.xs
ext/DynaLoader/dl_dlopen.xs

index 89b8439..b2c92d8 100644 (file)
@@ -305,7 +305,7 @@ static void caterr(char *s)
                p++;
        switch(atoi(s)) {
        case L_ERROR_TOOMANY:
-               strcat(errbuf, "to many errors");
+               strcat(errbuf, "too many errors");
                break;
        case L_ERROR_NOLIB:
                strcat(errbuf, "can't load library");
index 350b0d5..e1b2a82 100644 (file)
            SaveError("%s",dlerror()) ;
 
    Note that SaveError() takes a printf format string. Use a "%s" as
-   the first parameter if the error may contain and % characters.
+   the first parameter if the error may contain any % characters.
 
 */