summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <nomeata@debian.org>2010-01-10 21:23:03 +0100
committerJoey Hess <joey@gnu.kitenet.net>2010-01-10 17:09:24 -0500
commit9ddfafa251e8f16b53855617fcd01b5b19eb22fd (patch)
tree01cf7dce56cad4a12a6f282a57cebae34df1c9dc
parented15bc2a33381f18113a95e2e855f4cfb82ee6e9 (diff)
Fix typo: s/notmally/normally
-rwxr-xr-xdh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh b/dh
index 9fb209ad..61ea0aa5 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<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.)