1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-02-04 18:46:17 +01:00

ups, typo fix

This commit is contained in:
Adrian Schröter 2009-06-23 16:04:57 +00:00
parent ccdfcf7959
commit 5750e7278c

View File

@ -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 ' % \