Module: tools
Branch: master
Commit: 9526152b008ddba4825904d9cf1d6dae9912ed82
URL: http://source.winehq.org/git/tools.git/?a=commit;h=9526152b008ddba4825904d9…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue Nov 23 21:17:13 2010 +0100
patches: Mention that there must be the full name.
---
patches/update | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/patches/update b/patches/update
index ef24a7f..70d05e3 100755
--- a/patches/update
+++ b/patches/update
@@ -64,7 +64,7 @@ my @legend =
[ "buildfail", "<ul><li>Syntax error or other compile problem.</li>" .
"<li>You forgot to include some changes or new files required for compilation.</li>" .
"<li>The patch causes compiler warnings (maintainer mode implies -Werror).</li></ul>" ],
- [ "formatting", "<ul><li>The patch author's name or email address are incorrect or missing.</li>" .
+ [ "formatting", "<ul><li>The patch author's full name or email address are incorrect or missing.</li>" .
"<li>Whitespace got mangled in transit.</li>" .
"<li>Indentation is messed up (usually from editing with a non-standard tab size).</li>" .
"<li>8-bit chars got mangled in transit (usually when sending patches to resource files).</li>" .