Browse Source

dpkg-split: Fix typo

Sven Joachim 15 years ago
parent
commit
b8d8d02e4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dpkg-split/queue.c

+ 1 - 1
dpkg-split/queue.c

@@ -179,7 +179,7 @@ void do_auto(const char *const *argv) {
     if (fd_dst)
       ohshite(_("unable to open new depot file `%.250s'"), p);
 
-    fd_fd_copy(fd_src, fd_dst, refi->filesize, _("extracing split part"));
+    fd_fd_copy(fd_src, fd_dst, refi->filesize, _("extracting split part"));
 
     if (fsync(fd_dst))
       ohshite(_("unable to sync file '%s'"), p);