diff options
-rw-r--r-- | dpkg-deb/build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index 390066f27..9dfd4fc11 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -549,7 +549,7 @@ void do_build(const char *const *argv) { datamember = DATAMEMBER_CAT; break; default: - internerr("unkown compress_type '%i'", compress_type); + internerr("unknown compress_type '%i'", compress_type); } if (fstat(gzfd, &datastab)) ohshite(_("failed to fstat tmpfile (data)")); |