From: Joachim Breitner Date: Sun, 10 Jan 2010 20:23:03 +0000 (+0100) Subject: Fix typo: s/notmally/normally X-Git-Tag: 7.4.12~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9ddfafa251e8f16b53855617fcd01b5b19eb22fd;p=debhelper.git Fix typo: s/notmally/normally --- diff --git a/dh b/dh index 9fb209a..61ea0aa 100755 --- a/dh +++ b/dh @@ -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", -then when it would notmally run I, dh will instead call that +then when it would normally run I, 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.)