Explorar o código

dpkg-deb: fix typo unkown -> unknown

Spotted by lintian spelling-error-in-binary.
Raphaël Hertzog %!s(int64=16) %!d(string=hai) anos
pai
achega
8dd0d01bf6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)"));