]> git.donarmstrong.com Git - debhelper.git/commitdiff
Fix typo: s/notmally/normally
authorJoachim Breitner <nomeata@debian.org>
Sun, 10 Jan 2010 20:23:03 +0000 (21:23 +0100)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 10 Jan 2010 22:09:24 +0000 (17:09 -0500)
dh

diff --git a/dh b/dh
index 9fb209ad535517d7919a433cdf499f0b6b8bbd9e..61ea0aa53369821a35f74eb2ea0312aca21028e7 100755 (executable)
--- 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<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.)