1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-11 17:54:06 +02:00

ups, typo fix

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

View File

@@ -1319,7 +1319,7 @@ class Request:
if a.type=="submit": if a.type=="submit":
sr_source="%s/%s -> " % (a.src_project, a.src_package) sr_source="%s/%s -> " % (a.src_project, a.src_package)
if a.type=="change_devel": 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) sr_source="%s/%s" % (a.dst_project, a.dst_package)
ret += '\n %s: %-50s %-20s ' % \ ret += '\n %s: %-50s %-20s ' % \