aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice
diff options
context:
space:
mode:
Diffstat (limited to 'actionwebservice')
-rw-r--r--actionwebservice/install.rb2
-rw-r--r--actionwebservice/setup.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/actionwebservice/install.rb b/actionwebservice/install.rb
index e2a9048070..da08bf5f95 100644
--- a/actionwebservice/install.rb
+++ b/actionwebservice/install.rb
@@ -18,7 +18,7 @@ unless $sitedir
end
end
-# the acual gruntwork
+# the actual gruntwork
Dir.chdir("lib")
Find.find("action_web_service", "action_web_service.rb") { |f|
diff --git a/actionwebservice/setup.rb b/actionwebservice/setup.rb
index 9ab880d357..aeef0d106b 100644
--- a/actionwebservice/setup.rb
+++ b/actionwebservice/setup.rb
@@ -968,7 +968,7 @@ class ToplevelInstallerMulti < ToplevelInstaller
def print_usage(f)
super
- f.puts 'Inluded packages:'
+ f.puts 'Included packages:'
f.puts ' ' + @packages.sort.join(' ')
f.puts
end