• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

nkfのGitリポジトリのforkです。


Commit MetaInfo

Revisión7be89dee8cef8a8bc3ce4943c85332bb7cd8f688 (tree)
Tiempo2019-02-18 07:36:35
AutorKazuhiro Sera <seratch@gmai...>
CommiterNARUSE, Yui

Log Message

Fix typos

Cambiar Resumen

Diferencia incremental

--- a/NKF.mod/NKF.xs
+++ b/NKF.mod/NKF.xs
@@ -102,7 +102,7 @@ nkf_putchar_grow(unsigned int c)
102102
103103 /* package defenition */
104104
105-/* nkf accepts variable length arugments. The last argument is */
105+/* nkf accepts variable length arguments. The last argument is */
106106 /* the input data. Other strings are flags for nkf translation. */
107107
108108 MODULE = NKF PACKAGE = NKF
--- a/config.h
+++ b/config.h
@@ -30,7 +30,7 @@
3030 /* --exec-in, --exec-out option
3131 * require pipe, fork, execvp and so on.
3232 * please undef this on MS-DOS, MinGW
33- * this is still buggy arround child process
33+ * this is still buggy around child process
3434 */
3535 /* #define EXEC_IO */
3636