Explorar o código

dpkg: Fix typo in comment ‘cheched’ → ‘checked’

Guillem Jover %!s(int64=15) %!d(string=hai) anos
pai
achega
07bbb73fcd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/archives.c

+ 1 - 1
src/archives.c

@@ -752,7 +752,7 @@ tarobject(void *ctx, struct tar_entry *ti)
     newtarobject_allmodes(fnamenewvb.buf, st);
     break;
   case tar_filetype_symlink:
-    /* We've already cheched for an existing directory. */
+    /* We've already checked for an existing directory. */
     if (symlink(ti->linkname, fnamenewvb.buf))
       ohshite(_("error creating symbolic link `%.255s'"), ti->name);
     debug(dbg_eachfiledetail, "tarobject symlink creating");