aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 05:12:16 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-25 05:12:16 +0000
commit6ce31f2727e8ea78f44dada6150d49f95ac49c73 (patch)
tree92442dec8cd184796c80306bcf571c18e0112d17 /include
parent88e7cf881c939356b757d6fc1e8c944a8c047508 (diff)
downloadruby-6ce31f2727e8ea78f44dada6150d49f95ac49c73.tar.gz
doc/CangeLog-2.3.0, ext/tk/lib/txextlib/SUPPORT_STATUS,
include/ruby/version.h: minor grammar fixes [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ruby/version.h b/include/ruby/version.h
index bb1926f721..23a9765e91 100644
--- a/include/ruby/version.h
+++ b/include/ruby/version.h
@@ -13,7 +13,7 @@
/*
* This file contains only
- * - never-changeable informations, and
+ * - never-changeable information, and
* - interfaces accessible from extension libraries.
*
* Never try to check RUBY_VERSION_CODE etc in extension libraries,