]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pwclient: Fix typos
authorEric Engestrom <eric@engestrom.ch>
Mon, 2 May 2016 09:08:31 +0000 (10:08 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 9 May 2016 12:43:34 +0000 (13:43 +0100)
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/bin/pwclient

index 57dde50aae459cf49b8088da31b87d3cf0d9b9d1..a931dc904a39374c12e848b723a1fc24a4e425a5 100755 (executable)
@@ -570,7 +570,7 @@ def main():
     if args.get('hash') and len(args.get('id')):
         # mimic mutual exclusive group
         locals()[action + '_parser'].error(
-            "[-h HASH] and [ID [ID ...]] are mutually exlusive")
+            "[-h HASH] and [ID [ID ...]] are mutually exclusive")
 
     # set defaults
     filt = Filter()