Просмотр исходного кода

fix another mistake spotted by lintian:
I: apt: spelling-error-in-binary ./usr/lib/libapt-pkg-libc6.9-6.so.4.8.0 Alot A lot

David Kalnischkies лет назад: 16
Родитель
Сommit
e7001c62db
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      apt-pkg/indexcopy.cc

+ 2 - 2
apt-pkg/indexcopy.cc

@@ -275,7 +275,7 @@ bool IndexCopy::CopyPackages(string CDROM,string Name,vector<string> &List,
       _error->Warning("No valid records were found.");
       _error->Warning("No valid records were found.");
 
 
    if (NotFound + WrongSize > 10)
    if (NotFound + WrongSize > 10)
-      _error->Warning("Alot of entries were discarded, something may be wrong.\n");
+      _error->Warning("A lot of entries were discarded, something may be wrong.\n");
    
    
 
 
    return true;
    return true;
@@ -847,7 +847,7 @@ bool TranslationsCopy::CopyTranslations(string CDROM,string Name,	/*{{{*/
       _error->Warning("No valid records were found.");
       _error->Warning("No valid records were found.");
 
 
    if (NotFound + WrongSize > 10)
    if (NotFound + WrongSize > 10)
-      _error->Warning("Alot of entries were discarded, something may be wrong.\n");
+      _error->Warning("A lot of entries were discarded, something may be wrong.\n");
    
    
 
 
    return true;
    return true;