From 4e51123a010db2e58e9dd23147be63cee963bf2d Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Sun, 6 May 2007 04:46:11 +0000 Subject: Fix various documentation typos throughout ActionPack. Closes #8111. [Henrik N] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6679 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/install.rb') 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| -- cgit v1.2.3