Parcourir la source

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

Guillem Jover il y a 15 ans
Parent
commit
07bbb73fcd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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");