diff options
Diffstat (limited to 'apt-inst')
-rw-r--r-- | apt-inst/extract.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-inst/extract.cc b/apt-inst/extract.cc index 026182c18..5d42adf87 100644 --- a/apt-inst/extract.cc +++ b/apt-inst/extract.cc @@ -279,7 +279,7 @@ bool pkgExtract::Aborted() map_ptrloc *Last = &FLPkg->Files; /* Loop over all files, restore those that have been unpacked from their - dpkg-tmp entires */ + dpkg-tmp entries */ while (Files.end() == false) { // Locate the hash bucket for the node and locate its group head |