diff options
author | Joachim Breitner <nomeata@debian.org> | 2010-01-10 21:23:03 +0100 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-01-10 17:09:24 -0500 |
commit | 9ddfafa251e8f16b53855617fcd01b5b19eb22fd (patch) | |
tree | 01cf7dce56cad4a12a6f282a57cebae34df1c9dc | |
parent | ed15bc2a33381f18113a95e2e855f4cfb82ee6e9 (diff) | |
download | debhelper-9ddfafa251e8f16b53855617fcd01b5b19eb22fd.tar.gz |
Fix typo: s/notmally/normally
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ in the sequence. The B<--until>, B<--before>, B<--after>, and B<--remaining> options can override this behavior. If debian/rules contains a target with a name like "override_I<dh_command>", -then when it would notmally run I<dh_command>, dh will instead call that +then when it would normally run I<dh_command>, dh will instead call that target. The override target can then run the command with additional options, or run entirely different commands instead. See examples below. (Note that to use this feature, you should Build-Depend on debhelper 7.0.50 or above.) |