]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Correct spelling.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 6 Jan 2009 12:31:28 +0000 (07:31 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Tue, 6 Jan 2009 12:31:28 +0000 (07:31 -0500)
SVN-Revision: 383

libarchive/archive_windows.c

index 7e5f7236243e0645d2258e5a1765071093fe1bd2..798f96ac69139601ede3dc1273f05798180841ff 100644 (file)
@@ -290,7 +290,7 @@ la_lseek(int fd, __int64 offset, int whence)
 }
 
 /* Windows' mbstowcs is differrent error handling from other unix mbstowcs.
- * That one is using MultiByteToWideChar faunction with MB_PRECOMPOSED and
+ * That one is using MultiByteToWideChar function with MB_PRECOMPOSED and
  * MB_ERR_INVALID_CHARS flags.
  * This implements for only to pass libarchive_test.
  */