From f9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe Mon Sep 17 00:00:00 2001 From: wonda-tea-coffee Date: Sun, 25 Apr 2021 18:59:43 +0900 Subject: [PATCH] [Doc] Fix a typo s/algorthm/algorithm/ --- ext/nkf/nkf-utf8/nkf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */