OSDN Git Service

Fix typos
authorKazuhiro Sera <seratch@gmail.com>
Fri, 10 Aug 2018 06:10:19 +0000 (15:10 +0900)
committerNARUSE, Yui <naruse@users.sourceforge.jp>
Sun, 17 Feb 2019 22:36:35 +0000 (07:36 +0900)
NKF.mod/NKF.xs
config.h

index 5b1c9c7..4ef85ff 100644 (file)
@@ -102,7 +102,7 @@ nkf_putchar_grow(unsigned int c)
 
 /* package defenition  */
 
-/* nkf accepts variable length arugments. The last argument is */
+/* nkf accepts variable length arguments. The last argument is */
 /* the input data. Other strings are flags for nkf translation.    */
 
 MODULE = NKF           PACKAGE = NKF           
index 752ed38..9750fbc 100644 (file)
--- a/config.h
+++ b/config.h
@@ -30,7 +30,7 @@
 /* --exec-in, --exec-out option
  * require pipe, fork, execvp and so on.
  * please undef this on MS-DOS, MinGW
- * this is still buggy arround child process
+ * this is still buggy around child process
  */
 /* #define EXEC_IO */