Quellcode durchsuchen

dpkg-buildpackage: Fix typo in usage

s/simultaniously/simultaneously/
Frank Lichtenheld vor 19 Jahren
Ursprung
Commit
45a49dd9c0
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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.