README.md: Fix typo.

This commit is contained in:
Sebastian Lackner
2014-08-13 02:26:19 +02:00
parent 7122276309
commit 933eca8d41
2 changed files with 2 additions and 2 deletions

View File

@ -568,7 +568,7 @@ def generate_markdown(all_patches, stable_patches, stable_compholio_version):
# Generate information for current version
lines = []
if len(new_fixes):
lines.append("**Bugs and features included in the next upcomping release [%d]:**" % len(new_fixes))
lines.append("**Bugs and features included in the next upcoming release [%d]:**" % len(new_fixes))
lines.append("")
for mode, bugid, bugname in sorted(new_fixes, key=lambda x: x[2]):
lines.append(_format_bug(mode, bugid, bugname))