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

ruby-changes:62160

From: Kazuhiro <ko1@a...>
Date: Thu, 9 Jul 2020 18:15:43 +0900 (JST)
Subject: [ruby-changes:62160] addbb7d16e (master): Fix typos [ci skip]

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

From addbb7d16e952e87133f210b3fc612e38a37c369 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Thu, 9 Jul 2020 18:14:53 +0900
Subject: Fix typos [ci skip]


diff --git a/vm_debug.h b/vm_debug.h
index fbfcb05..9b4fb3d 100644
--- a/vm_debug.h
+++ b/vm_debug.h
@@ -69,9 +69,9 @@ RUBY_SYMBOL_EXPORT_END https://github.com/ruby/ruby/blob/trunk/vm_debug.h#L69
  *   # It will help if the timing is important.
  *   RUBY_DEBUG_LOG=mem
  *
- * RUBY_DEBUG_LOG_FILTER environment variable can specify the fileter string.
+ * RUBY_DEBUG_LOG_FILTER environment variable can specify the filter string.
  * If "(3) __func__ in C (message title)" contains the specified string, the
- * infomation will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
+ * information will be stored (example: RUBY_DEBUG_LOG_FILTER=str will enable
  * only on str related information).
  *
  * In a MRI source code, you can use the following macros:
-- 
cgit v0.10.2


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

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