summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/send-pull-request2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/send-pull-request b/scripts/send-pull-request
index 8d51ce2ec1..09f42458c7 100755
--- a/scripts/send-pull-request
+++ b/scripts/send-pull-request
@@ -118,7 +118,7 @@ if [ -e $PDIR/0000-cover-letter.patch ]; then
118 fi 118 fi
119 done 119 done
120else 120else
121 echo "WARNING: No cover letter will be send." 121 echo "WARNING: No cover letter will be sent."
122fi 122fi
123 123
124# Harvest emails from the generated patches and populate AUTO_CC. 124# Harvest emails from the generated patches and populate AUTO_CC.