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

ruby-changes:65477

From: Kenichi <ko1@a...>
Date: Sat, 20 Mar 2021 11:12:19 +0900 (JST)
Subject: [ruby-changes:65477] 2d6617d327 (master): Fix typos in rhash.h (#4292)

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

From 2d6617d32787a7815a699e5d991fc6a445c0c4d4 Mon Sep 17 00:00:00 2001
From: Kenichi Kamiya <kachick1@g...>
Date: Sat, 20 Mar 2021 11:12:03 +0900
Subject: Fix typos in rhash.h (#4292)

---
 include/ruby/internal/core/rhash.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ruby/internal/core/rhash.h b/include/ruby/internal/core/rhash.h
index 9bedf0a..cffd0b2 100644
--- a/include/ruby/internal/core/rhash.h
+++ b/include/ruby/internal/core/rhash.h
@@ -21,7 +21,7 @@ https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/core/rhash.h#L21
  * @brief      Routines to manipulate struct ::RHash.
  *
  * Shyouhei really suffered agnish over placement of macros in this file.  They
- * are half-brken.  The situation (as of wriring) is:
+ * are half-broken.  The situation (as of writing) is:
  *
  * - #RHASH_TBL: works.
  * - #RHASH_ITER_LEV: compile-time error.
-- 
cgit v1.1


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

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