nkfのGitリポジトリのforkです。
Revisión | 7be89dee8cef8a8bc3ce4943c85332bb7cd8f688 (tree) |
---|---|
Tiempo | 2019-02-18 07:36:35 |
Autor | Kazuhiro Sera <seratch@gmai...> |
Commiter | NARUSE, Yui |
Fix typos
@@ -102,7 +102,7 @@ nkf_putchar_grow(unsigned int c) | ||
102 | 102 | |
103 | 103 | /* package defenition */ |
104 | 104 | |
105 | -/* nkf accepts variable length arugments. The last argument is */ | |
105 | +/* nkf accepts variable length arguments. The last argument is */ | |
106 | 106 | /* the input data. Other strings are flags for nkf translation. */ |
107 | 107 | |
108 | 108 | MODULE = NKF PACKAGE = NKF |
@@ -30,7 +30,7 @@ | ||
30 | 30 | /* --exec-in, --exec-out option |
31 | 31 | * require pipe, fork, execvp and so on. |
32 | 32 | * please undef this on MS-DOS, MinGW |
33 | - * this is still buggy arround child process | |
33 | + * this is still buggy around child process | |
34 | 34 | */ |
35 | 35 | /* #define EXEC_IO */ |
36 | 36 |