# New Ticket Created by Mike Mattie # Please include the string: [perl #42897] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=42897 >
A couple of minor spelling fixes in library.c , patch attached
--- HEAD/src/library.c 2007-05-07 02:10:34.000000000 -0700
+++ rev-18443/src/library.c 2007-05-07 02:56:49.000000000 -0700
@@ -241,7 +290,7 @@
/*
binary path arguments. A new string is created
- that is the concatentation of the two path components
+ that is the concatenation of the two path components
with a path-separator.
*/
@@ -303,7 +353,7 @@
int guess;
/*
- first try the path without guessing ensure compatability with existing code.
+ first try the path without guessing ensure compatibility with existing code.
*/
with_ext = string_copy(interp, path);
@@ -344,7 +406,7 @@
Like above but use and return STRINGs. If successful, the returned STRING
is 0-terminated so that C<result-E<gt>strstart> is usable as B<const char*>
c-string for C library functions like fopen(3).
-This is the prefered API function.
+This is the preferred API function.
The C<enum_runtime_ft type> is one or more of the types defined in
F<include/parrot/library.h>.
signature.asc
Description: PGP signature
