summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Maus <dmaus@ictsoc.de>2012-03-04 21:31:11 +0100
committerBastien Guerry <bzg@altern.org>2012-03-20 02:39:33 +0100
commit4480ebe5f53132ead693e9192d4721e9511b0b37 (patch)
treea3020976dc92854e7127a1c5300a30d3caea4709
parentbe2e3039a1bf118c8a13d0f29cffaf19f373b3f9 (diff)
downloadorg-mode-4480ebe5f53132ead693e9192d4721e9511b0b37.tar.gz
UTILITIES/pw: Fix type in error message
* pw (action_update_patch): Fix type in error message.
-rwxr-xr-xUTILITIES/pw2
1 files changed, 1 insertions, 1 deletions
diff --git a/UTILITIES/pw b/UTILITIES/pw
index 0cf4bfa..1e2f44f 100755
--- a/UTILITIES/pw
+++ b/UTILITIES/pw
@@ -314,7 +314,7 @@ def action_update_patch(rpc, patch_id, state = None, commit = None,
if state.lower() in notify_on_state_change:
if not delegate_id:
- sys.stderr.write("Error: Delete (-d) required for this update\n")
+ sys.stderr.write("Error: Delegate (-d) required for this update\n")
sys.exit(1)
person = rpc.person_get(delegate_id)