Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandres committed Jul 27, 2015
1 parent 81fa0cf commit e1013b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/subcommand.cc
Original file line number Diff line number Diff line change
Expand Up @@ -384,16 +384,16 @@ std::ostream & SubcommandOptions::showHelpOn( std::ostream & out ) const

// translators: %1% is a directory name
out << boost::format(_(
"Zypper subcommands are standalone executables that live in the\n"
"Zypper subcommands are standalone executables that live in the\n"
"zypper_execdir ('%1%').\n"
"\n"
"For subcommands zypper provides a wrapper that knows where the\n"
"subcommands live, and runs them by passing command-line arguments\n"
"to them.\n"
"\n"
"If a subcommand is not found in the zypper_execdir, the wrapper\n"
"will look in the rest of your $PATH for it. Thus, its possible\n"
"to write local zypper extensions that dont live in system space.\n"
"will look in the rest of your $PATH for it. Thus, it's possible\n"
"to write local zypper extensions that don't live in system space.\n"
) ) % _execdir;
out << endl;

Expand Down

0 comments on commit e1013b6

Please sign in to comment.