summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwonda-tea-coffee <lagrange.resolvent@gmail.com>2021-04-25 18:59:43 +0900
committerMarc-André Lafortune <github@marc-andre.ca>2021-04-25 10:52:29 -0400
commitf9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe (patch)
tree61fe95a71b8fa49465c74e58c4f9103dc4d553b4
parentca5816e2759654c001fc5ddc3bbcc90854b16379 (diff)
[Doc] Fix a typo s/algorthm/algorithm/
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4412
-rw-r--r--ext/nkf/nkf-utf8/nkf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/nkf/nkf-utf8/nkf.c b/ext/nkf/nkf-utf8/nkf.c
index 2f91d2f3f6..f797252409 100644
--- a/ext/nkf/nkf-utf8/nkf.c
+++ b/ext/nkf/nkf-utf8/nkf.c
@@ -3817,7 +3817,7 @@ oconv_newline(void (*func)(nkf_char, nkf_char))
LF new line
SP space
- This fold algorthm does not preserve heading space in a line.
+ This fold algorithm does not preserve heading space in a line.
This is the main difference from fmt.
*/