diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-10 15:53:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-12 21:50:20 +0000 |
commit | e38c283c010387771b351932ee3646f6702399c7 (patch) | |
tree | 575e14429508a49be6f806077c86e1b8cb118d2b /scripts | |
parent | 5cb246dbf164d31ce0428dd2fa288d033ded4d0e (diff) | |
download | poky-e38c283c010387771b351932ee3646f6702399c7.tar.gz |
scripts/send-pull-request: fix typo
s/No cover letter will be send./No cover letter will be sent./
(From OE-Core rev: a82e5abf399f3ced7dcb4d5c543fdea084ef6c63)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/send-pull-request | 2 |
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 |
120 | else | 120 | else |
121 | echo "WARNING: No cover letter will be send." | 121 | echo "WARNING: No cover letter will be sent." |
122 | fi | 122 | fi |
123 | 123 | ||
124 | # Harvest emails from the generated patches and populate AUTO_CC. | 124 | # Harvest emails from the generated patches and populate AUTO_CC. |