From 7a2ed0e8752205cfe2802005dd6fbc4cbe6285a4 Mon Sep 17 00:00:00 2001 From: Kasper Grubbe Date: Mon, 23 Feb 2015 17:29:38 +0000 Subject: [PATCH] Fix spelling mistakes --- CHANGELOG.markdown | 1 + lib/image_optim/runner/option_parser.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index da5b81e0..16c0b378 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -6,6 +6,7 @@ * Add tests for railtie, also to prevent [issues like #72](https://github.com/toy/image_optim/issues/72) [#73](https://github.com/toy/image_optim/issues/73) [@toy](https://github.com/toy) * Remove haml development dependency [@toy](https://github.com/toy) * Add `-strip` option to optipng worker to remove all metadata chunks, on by default [#75](https://github.com/toy/image_optim/issues/75) [@jwidderich](https://github.com/jwidderich) +* Fixing minor spelling mistakes from `--help` output [#79](https://github.com/toy/image_optim/issues/79) [@kaspergrubbe](https://github.com/kaspergrubbe) ## v0.20.2 (2014-12-26) diff --git a/lib/image_optim/runner/option_parser.rb b/lib/image_optim/runner/option_parser.rb index d30bc23b..5fbbdeb7 100644 --- a/lib/image_optim/runner/option_parser.rb +++ b/lib/image_optim/runner/option_parser.rb @@ -86,10 +86,10 @@ def wrap_regex(width) op.banner = <<-TEXT.gsub(/^\s*\|/, '') |#{ImageOptim.full_version} | - |Usege: + |Usage: | #{op.program_name} [options] image_path … | - |Configuration will be read and prepanded to options from two paths: + |Configuration will be read and prepended to options from two paths: | #{ImageOptim::Config::GLOBAL_PATH} | #{ImageOptim::Config::LOCAL_PATH} |