git.annexia.org
/
fedora-mingw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ffcf3
)
Fix typos
author
Daniel P. Berrange
<berrange@redhat.com>
Mon, 22 Sep 2008 10:51:16 +0000
(06:51 -0400)
committer
Daniel P. Berrange
<berrange@redhat.com>
Mon, 22 Sep 2008 10:51:16 +0000
(06:51 -0400)
compare/compare.py
patch
|
blob
|
history
diff --git
a/compare/compare.py
b/compare/compare.py
index
265a639
..
cb27659
100644
(file)
--- a/
compare/compare.py
+++ b/
compare/compare.py
@@
-28,10
+28,10
@@
def compare_header(refspec, altspec):
if refver != altver:
warnings.append("different version: '%s': '%s' != '%s': '%s'" % (refname, refver, altname, altver))
- if ref
ver != altver
:
+ if ref
lic != altlic
:
warnings.append("different license: '%s': '%s' != '%s': '%s'" % (refname, reflic, altname, altlic))
- if ref
ver != altver
:
+ if ref
url != alturl
:
warnings.append("different URL: '%s': '%s' != '%s': '%s'" % (refname, refurl, altname, alturl))
return warnings