summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Vargo <sethvargo@gmail.com>2013-05-19 18:24:59 -0500
committerSeth Vargo <sethvargo@gmail.com>2013-05-19 18:24:59 -0500
commita31f0c5ecc2ec2c8c8722bf6f68bca0bbf4e0bea (patch)
tree272ac955228c587679c464992cfc4b2ee7ef3e94
parentb727560d753ed1fa3c8684d9c7d7cedd96a00d63 (diff)
downloadchef-zero-a31f0c5ecc2ec2c8c8722bf6f68bca0bbf4e0bea.tar.gz
Typo (CLTR -> CTRL)
-rw-r--r--lib/chef_zero/server.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef_zero/server.rb b/lib/chef_zero/server.rb
index 288f99e..fcc598b 100644
--- a/lib/chef_zero/server.rb
+++ b/lib/chef_zero/server.rb
@@ -81,7 +81,7 @@ module ChefZero
if options[:publish]
puts ">> Starting Chef Zero (v#{ChefZero::VERSION})..."
puts ">> Puma (v#{Puma::Const::PUMA_VERSION}) is listening at #{url}"
- puts ">> Press CLTR+C to stop"
+ puts ">> Press CTRL+C to stop"
end
begin