From: Eric Engestrom Date: Mon, 2 May 2016 09:08:31 +0000 (+0100) Subject: pwclient: Fix typos X-Git-Tag: v2.0.0-rc1~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ec236d121afc074995dffd999e7467033d269b;p=thirdparty%2Fpatchwork.git pwclient: Fix typos Signed-off-by: Eric Engestrom Reviewed-by: Stephen Finucane --- diff --git a/patchwork/bin/pwclient b/patchwork/bin/pwclient index 57dde50a..a931dc90 100755 --- a/patchwork/bin/pwclient +++ b/patchwork/bin/pwclient @@ -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()