brane 01/09/10 12:05:59
Modified: include/arch/win32 fileio.h
Log:
Fix typo in comment.
Revision Changes Path
1.58 +1 -1 apr/include/arch/win32/fileio.h
Index: fileio.h
===================================================================
RCS file: /home/cvs/apr/include/arch/win32/fileio.h,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- fileio.h 2001/09/09 06:16:29 1.57
+++ fileio.h 2001/09/10 19:05:59 1.58
@@ -240,7 +240,7 @@
/* The apr_filepath_merge wants to canonicalize the cwd to the
* addpath if the user passes NULL as the old root path (this
- * isn't true of an empty string "", which won't be concatinated.
+ * isn't true of an empty string "", which won't be concatenated.
*
* But we need to figure out what the cwd of a given volume is,
* when the user passes D:foo. This fn will determine D:'s cwd.