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

ruby-changes:69755

From: Nobuyoshi <ko1@a...>
Date: Tue, 16 Nov 2021 21:08:25 +0900 (JST)
Subject: [ruby-changes:69755] 27168a1cf7 (master): [ruby/nkf] Fix a typo [ci skip]

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

From 27168a1cf76a891a46c9aa639116c64822627802 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 3 Nov 2021 19:14:57 +0900
Subject: [ruby/nkf] Fix a typo [ci skip]

https://github.com/ruby/nkf/commit/18c118c83c
---
 ext/nkf/nkf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c
index 76f7648d1bb..533f9b782fd 100644
--- a/ext/nkf/nkf.c
+++ b/ext/nkf/nkf.c
@@ -358,7 +358,7 @@ rb_nkf_guess(VALUE obj, VALUE src) https://github.com/ruby/ruby/blob/trunk/ext/nkf/nkf.c#L358
  *
  *  [-MB] MIME encode Base64 stream.
  *
- *  [-MQ] Perfome quoted encoding.
+ *  [-MQ] Perform quoted encoding.
  *
  *  === -l
  *
-- 
cgit v1.2.1


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

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