Browse Source

dpkg-deb: fix typo unkown -> unknown

Spotted by lintian spelling-error-in-binary.
Raphaël Hertzog 16 years ago
parent
commit
8dd0d01bf6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dpkg-deb/build.c

+ 1 - 1
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)"));