summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMartin Quinson <mquinson@debian.org>2004-07-13 22:18:59 +0000
committerMartin Quinson <mquinson@debian.org>2004-07-13 22:18:59 +0000
commite44cd82b93a436664201b87757270b9fecc72e07 (patch)
tree1b0799fb77a4ba7469ac8931e11485424821858b /scripts
parent218baa80189af453c37b91cca2c32534bad54e05 (diff)
downloadquilt-e44cd82b93a436664201b87757270b9fecc72e07.tar.gz
Fix a typo (s/prinf/printf/) reported by Dean Roehrich
Diffstat (limited to 'scripts')
-rw-r--r--scripts/patchfns.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index c068496..fa03909 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -766,7 +766,7 @@ DB="$QUILT_PC/applied-patches"
if [ -z "$skip_version_check" ] && ! version_check
then
- prinf $"The working tree was created by an older version of quilt. Please run 'quilt upgrade'.\n" >&2
+ printf $"The working tree was created by an older version of quilt. Please run 'quilt upgrade'.\n" >&2
exit 1
fi
### Local Variables: