ソースを参照

Correct the "arbitary" typo in apt-ftparchive

Christian Perrier 21 年 前
コミット
8a2d7db618
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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"
       "  --no-delink Enable delinking debug mode\n"
       "  --contents  Control contents file generation\n"
       "  --contents  Control contents file generation\n"
       "  -c=?  Read this configuration file\n"
       "  -c=?  Read this configuration file\n"
-      "  -o=?  Set an arbitary configuration option") << endl;
+      "  -o=?  Set an arbitrary configuration option") << endl;
    
    
    return true;
    return true;
 }
 }