From 933eca8d41f5b60fdb2309d1ffcfd14e1750c93b Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Wed, 13 Aug 2014 02:26:19 +0200 Subject: [PATCH] README.md: Fix typo. --- README.md | 2 +- debian/tools/patchupdate.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f3dcfd7..b8db880c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ which are not present in regular wine, and always report such issues to us Included bugfixes and improvements ---------------------------------- -**Bugs and features included in the next upcomping release [5]:** +**Bugs and features included in the next upcoming release [5]:** * Other Pipelight-specific enhancements * Support for DwmInvalidateIconicBitmaps ([Wine Bug #32977](http://bugs.winehq.org/show_bug.cgi?id=32977 "Solidworks 2012 needs unimplemented function dwmapi.dll.DwmInvalidateIconicBitmaps (Win7 mode)")) diff --git a/debian/tools/patchupdate.py b/debian/tools/patchupdate.py index 6477e72b..f44b86bf 100755 --- a/debian/tools/patchupdate.py +++ b/debian/tools/patchupdate.py @@ -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))