aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/check-patches
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/check-patches')
-rwxr-xr-xcontrib/check-patches2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/check-patches b/contrib/check-patches
index 20291eb6..3ae2e834 100755
--- a/contrib/check-patches
+++ b/contrib/check-patches
@@ -26,7 +26,7 @@ for rev in $(git rev-list --reverse "$revision_range"); do
body=$(git log --format='%b' -1 "$rev")
body=${body%$(git log --format='%(trailers)' -1 "$rev")}
if [ "$(echo "$body" | wc -w)" -lt 3 ]; then
- echo "error [PATCH $n/$total] '$title' body has less than three words, please elaborate" >&2
+ echo "error [PATCH $n/$total] '$title' body has less than three words, please describe your changes" >&2
fail=true
fi