about summary refs log tree commit homepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/mongrel_rails_service2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mongrel_rails_service b/bin/mongrel_rails_service
index 38cd71a..79fecdb 100644
--- a/bin/mongrel_rails_service
+++ b/bin/mongrel_rails_service
@@ -20,7 +20,7 @@ module GenericCommand
   def validate
     valid? @svc_name != nil, "You must specify the service name to be uninstalled."
     
-    # We should validate service existance here, right Zed?
+    # Validate that the service exists
     begin
       valid? Service.exists?(@svc_name), "There is no service with that name, cannot proceed."
     rescue