[PATCH 5/6] pwclient: Fix typos
Eric Engestrom
eric at engestrom.ch
Mon May 2 19:08:31 AEST 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
patchwork/bin/pwclient | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/patchwork/bin/pwclient b/patchwork/bin/pwclient
index 57dde50..a931dc9 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()
--
2.8.2
More information about the Patchwork
mailing list