summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwonda-tea-coffee <lagrange.resolvent@gmail.com>2021-04-25 18:43:45 +0900
committerMarc-André Lafortune <github@marc-andre.ca>2021-04-25 10:50:12 -0400
commit532c775e221da65370029cb46a20456d30126dab (patch)
tree941d030172b465f401d21fb12a2962e7bde0d73a
parentcc5bab80e4b1124e30a8dc220bdcb80aaa539486 (diff)
[Doc] Fix a typo s/arround/around/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4410
-rw-r--r--ext/nkf/nkf-utf8/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/nkf/nkf-utf8/config.h b/ext/nkf/nkf-utf8/config.h
index 51dc2a5152..36898c0b4b 100644
--- a/ext/nkf/nkf-utf8/config.h
+++ b/ext/nkf/nkf-utf8/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 */