Skip to content

Commit

Permalink
fix typo in help s/debbuging/debugging/
Browse files Browse the repository at this point in the history
  • Loading branch information
baroquebobcat authored and macournoyer committed Jul 12, 2010
1 parent 0bee88d commit 232e9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thin/runner.rb
Expand Up @@ -122,7 +122,7 @@ def parser
opts.separator "Common options:"

opts.on_tail("-r", "--require FILE", "require the library") { |file| @options[:require] << file }
opts.on_tail("-D", "--debug", "Set debbuging on") { @options[:debug] = true }
opts.on_tail("-D", "--debug", "Set debugging on") { @options[:debug] = true }
opts.on_tail("-V", "--trace", "Set tracing on (log raw request/response)") { @options[:trace] = true }
opts.on_tail("-h", "--help", "Show this message") { puts opts; exit }
opts.on_tail('-v', '--version', "Show version") { puts Thin::SERVER; exit }
Expand Down

0 comments on commit 232e9ca

Please sign in to comment.