From c2a541ab0c2ddebd02cc7ea6527f14e23bd7746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 12 Feb 2010 14:13:18 +0100 Subject: [PATCH] typo fix --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index 54704ef3..0ae93653 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -886,7 +886,7 @@ Please submit there instead, or use --nodevelproject to force direct submission. if len(myreqs) > 0: print 'You already created the following submit request: %s.' % \ ', '.join([str(i.reqid) for i in myreqs ]) - repl = raw_input('Supersed the old requests? (y/n/c) ') + repl = raw_input('Supersede the old requests? (y/n/c) ') if repl.lower() == 'c': print >>sys.stderr, 'Aborting' sys.exit(1)