summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYudai Takada <t.yudai92@gmail.com>2024-07-01 00:16:25 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-07-01 11:08:37 +0900
commit15ceb95d781f3966e987fe217c22edcaf6941501 (patch)
tree15ef20b2885aac3aa007281bccfab30e22e292ec /lib
parent01eb5c0f18f3eee44aee59a36399c3d56ba961e3 (diff)
[ruby/rdoc] Fix some typos (https://github.com/ruby/rdoc/pull/1129)
* constist ==> consist * Tidyness ==> Tidiness * Currentry ==> Currently * valus ==> values https://github.com/ruby/rdoc/commit/8412705721
Diffstat (limited to 'lib')
-rw-r--r--lib/rdoc/generator/pot/po_entry.rb2
-rw-r--r--lib/rdoc/parser/changelog.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/generator/pot/po_entry.rb b/lib/rdoc/generator/pot/po_entry.rb
index 3c278826f4..7454b29273 100644
--- a/lib/rdoc/generator/pot/po_entry.rb
+++ b/lib/rdoc/generator/pot/po_entry.rb
@@ -23,7 +23,7 @@ class RDoc::Generator::POT::POEntry
attr_reader :flags
##
- # Creates a PO entry for +msgid+. Other valus can be specified by
+ # Creates a PO entry for +msgid+. Other values can be specified by
# +options+.
def initialize msgid, options = {}
diff --git a/lib/rdoc/parser/changelog.rb b/lib/rdoc/parser/changelog.rb
index a046241870..4014c6eb1c 100644
--- a/lib/rdoc/parser/changelog.rb
+++ b/lib/rdoc/parser/changelog.rb
@@ -221,7 +221,7 @@ class RDoc::Parser::ChangeLog < RDoc::Parser
module Git
##
- # Parses auxiliary info. Currentry `base-url` to expand
+ # Parses auxiliary info. Currently `base-url` to expand
# references is effective.
def parse_info(info)