summaryrefslogtreecommitdiff
path: root/dh_installdebfiles
diff options
context:
space:
mode:
Diffstat (limited to 'dh_installdebfiles')
-rwxr-xr-xdh_installdebfiles4
1 files changed, 2 insertions, 2 deletions
diff --git a/dh_installdebfiles b/dh_installdebfiles
index 8b1e0962..6afdf548 100755
--- a/dh_installdebfiles
+++ b/dh_installdebfiles
@@ -1,11 +1,11 @@
#!/bin/sh -e
#
-# This program is depricated, but left in the package for backwards
+# This program is deprecated, but left in the package for backwards
# compatability. It simply calls the 3 programs that replaced it.
PATH=debian:$PATH:/usr/lib/debhelper
-echo "* Note: dh_installdebfiles is depricated." >&2
+echo "* Note: dh_installdebfiles is deprecated." >&2
dh_installdeb $*
dh_shlibdeps $*