From f0c19c23be4fc1161b4dada5c0435f5b4171a3c5 Mon Sep 17 00:00:00 2001 From: "Dr. Peter Poeml" Date: Mon, 19 Jan 2009 10:54:26 +0000 Subject: [PATCH] spelling fix, kindly reported by William Stephenson --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index f07555e7..892badea 100755 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -598,7 +598,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if repl == 'y': for req in myreqs: change_submit_request_state(apiurl, str(req.reqid), 'revoked', - 'superseeded by %s' % result) + 'superseded by %s' % result) print 'created request id', result