summaryrefslogtreecommitdiff
path: root/win32/README.win32
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 15:11:21 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-24 15:11:21 +0000
commit8b2c390b4a3e057f0ef414643938fd1526afbee6 (patch)
tree3239d054400bfe6824b2fe20a7aa6d9f69a3cd1f /win32/README.win32
parent4219cf6878fcbab7b0ed635926d68c21a3944c4f (diff)
merge revision(s) 41590,41591:
* 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/branches/ruby_2_0_0@41604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win328
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 78959ad310..314feb39cc 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -40,7 +40,7 @@
The default ((|<PLATFORM>|)) is `(({i386-mswin32}))'.
(2) Change ((|RUBY_INSTALL_NAME|)) and ((|RUBY_SO_NAME|)) in (({Makefile}))
- if you want to change the name of the executable files.
+ if you want to change the name of the executable files.
And add ((|RUBYW_INSTALL_NAME|)) to change the name of the
executable without console window if also you want.
@@ -60,8 +60,8 @@ to their base names.
$(RUBYW_INSTALL_NAME).ico or rubyw.ico --> $(RUBYW_INSTALL_NAME).exe
the others --> $(RUBY_SO_NAME).dll
-Although no icons are distributed with the ruby source or in the official
-site, you can use anything you like. For example, followings are written
+Although no icons are distributed with the ruby source or in the official
+site, you can use anything you like. For example, followings are written
in Japanese, but you can download at least.
* ((<URL:http://homepage1.nifty.com/a_nakata/ruby/>)) or
@@ -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. -))