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

dpkg-buildpackage: Fix typo in usage

s/simultaniously/simultaneously/
Frank Lichtenheld лет назад: 19
Родитель
Сommit
45a49dd9c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scripts/dpkg-buildpackage.pl

+ 1 - 1
scripts/dpkg-buildpackage.pl

@@ -40,7 +40,7 @@ Options:
   -p<sign-command>
   -d             do not check build dependencies and conflicts.
   -D             check build dependencies and conflicts.
-  -j[<number>]   specify jobs to run simultaniously } passed to debian/rules
+  -j[<number>]   specify jobs to run simultaneously } passed to debian/rules
   -k<keyid>      the key to use for signing.
   -sgpg          the sign-command is called like GPG.
   -spgp          the sign-command is called like PGP.