Explorar o código

Correct the "arbitary" typo in apt-ftparchive

Christian Perrier %!s(int64=21) %!d(string=hai) anos
pai
achega
8a2d7db618
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ftparchive/apt-ftparchive.cc

+ 1 - 1
ftparchive/apt-ftparchive.cc

@@ -585,7 +585,7 @@ bool ShowHelp(CommandLine &CmdL)
       "  --no-delink Enable delinking debug mode\n"
       "  --contents  Control contents file generation\n"
       "  -c=?  Read this configuration file\n"
-      "  -o=?  Set an arbitary configuration option") << endl;
+      "  -o=?  Set an arbitrary configuration option") << endl;
    
    return true;
 }