]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
review of new/changed translatable program strings
[apt.git] / apt-pkg / contrib / fileutl.h
index 7176e4dea03f923dc56351a430a269cb3bc6de0e..177a740643472bdb88bac2542a377f7c7e12e484 100644 (file)
@@ -95,7 +95,7 @@ class FileFd
       to be able to support large files (>2 or >4 GB) properly.
       This shouldn't happen all to often for the indexes, but deb's might be…
       And as the auto-conversation converts a 'unsigned long *' to a 'bool'
-      instead of 'unsigned long long *' we need to provide this explicitely -
+      instead of 'unsigned long long *' we need to provide this explicitly -
       otherwise applications magically start to fail… */
    bool Read(void *To,unsigned long long Size,unsigned long *Actual) APT_DEPRECATED
    {