[前][次][番号順一覧][スレッド一覧]

ruby-changes:65957

From: wonda-tea-coffee <ko1@a...>
Date: Sun, 25 Apr 2021 23:52:40 +0900 (JST)
Subject: [ruby-changes:65957] f9b62b5cc0 (master): [Doc] Fix a typo s/algorthm/algorithm/

https://git.ruby-lang.org/ruby.git/commit/?id=f9b62b5cc0

From f9b62b5cc04fa87f0970c9ca3d1cbbc9be8bf8fe Mon Sep 17 00:00:00 2001
From: wonda-tea-coffee <lagrange.resolvent@g...>
Date: Sun, 25 Apr 2021 18:59:43 +0900
Subject: [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 2f91d2f..f797252 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)) https://github.com/ruby/ruby/blob/trunk/ext/nkf/nkf-utf8/nkf.c#L3817
    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.
  */
 
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]