Explorar el Código

dpkg-deb: fix typo unkown -> unknown

Spotted by lintian spelling-error-in-binary.
Raphaël Hertzog hace 16 años
padre
commit
8dd0d01bf6
Se han modificado 1 ficheros con 1 adiciones y 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)"));