From 5750e7278cb2557b181c39609ea1f807e9771372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 23 Jun 2009 16:04:57 +0000 Subject: [PATCH] ups, typo fix --- osc/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/core.py b/osc/core.py index b806fb54..c74f3b63 100755 --- a/osc/core.py +++ b/osc/core.py @@ -1319,7 +1319,7 @@ class Request: if a.type=="submit": sr_source="%s/%s -> " % (a.src_project, a.src_package) if a.type=="change_devel": - dst = "developed in %s/%s" % (a.dst_project, a.dst_package) + dst = "developed in %s/%s" % (a.src_project, a.src_package) sr_source="%s/%s" % (a.dst_project, a.dst_package) ret += '\n %s: %-50s %-20s ' % \