diff options
author | Christopher Brown <cb@opscode.com> | 2009-02-24 22:15:46 -0800 |
---|---|---|
committer | Christopher Brown <cb@opscode.com> | 2009-02-24 22:15:46 -0800 |
commit | 6f5042c1947415db20edd4453f3c40252eca6cdc (patch) | |
tree | ffbe949c4738ce1ad5c353243a8a58216ad2a246 | |
parent | c874790a2c43d7d01643160508574a65c8e6a5ae (diff) | |
download | chef-6f5042c1947415db20edd4453f3c40252eca6cdc.tar.gz |
fixed spelling error in comment
-rw-r--r-- | chefserverslice/lib/chefserverslice.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chefserverslice/lib/chefserverslice.rb b/chefserverslice/lib/chefserverslice.rb index a91148b81b..78b5fabcbf 100644 --- a/chefserverslice/lib/chefserverslice.rb +++ b/chefserverslice/lib/chefserverslice.rb @@ -14,7 +14,7 @@ if defined?(Merb::Plugins) Merb.disable :json # Slice configuration - set this in a before_app_loads callback. - # By default a Slice uses its own layout, so you can swicht to + # By default a Slice uses its own layout, so you can switch to # the main application layout or no layout at all if needed. # # Configuration options: |