aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-23 17:43:10 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-23 17:43:10 +0000
commit94a324aa6ba8b2b47daad7c6a8d13f14dac80d92 (patch)
tree95f193c59ab8b62a79fd2ccd4809bca2e27ddafb
parent4b95b980d6ef8c108f26432a5dcf6c8b35545e32 (diff)
downloadruby-94a324aa6ba8b2b47daad7c6a8d13f14dac80d92.tar.gz
* win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]
https://github.com/ruby/ruby/pull/334 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--win32/README.win322
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 290dc0a886..05f3bdec32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 24 02:42:01 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * win32/README.win32: grammar typo by @blankenshipz [Fix GH-334]
+ https://github.com/ruby/ruby/pull/334
+
Mon Jun 24 00:59:35 2013 Tanaka Akira <akr@fsij.org>
* bignum.c (BIGUP): Use LSHIFTX and avoid cast to consider the type
diff --git a/win32/README.win32 b/win32/README.win32
index 78959ad310..6772ef3a70 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -129,7 +129,7 @@ in Japanese, but you can download at least.
== Bugs
-You can ((*NOT*)) use a path name contains any white space characters as
+You can ((*NOT*)) use a path name that contains any white space characters as
the ruby source directory, this restriction comes from the behavior of
(({!INCLUDE})) directives of (({NMAKE})).
((- you may call it a bug. -))