aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/install.rb')
-rw-r--r--actionpack/install.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/install.rb b/actionpack/install.rb
index 2e1eba7624..d3b83c3b00 100644
--- a/actionpack/install.rb
+++ b/actionpack/install.rb
@@ -4,7 +4,7 @@ require 'ftools'
include Config
-# this was adapted from rdoc's install.rb by ways of Log4r
+# this was adapted from rdoc's install.rb by way of Log4r
$sitedir = CONFIG["sitelibdir"]
unless $sitedir
@@ -18,7 +18,7 @@ unless $sitedir
end
end
-# the acual gruntwork
+# the actual gruntwork
Dir.chdir("lib")
Find.find("action_controller", "action_controller.rb", "action_view", "action_view.rb") { |f|