Skip to content

Commit 86df9db

Browse files
ayteydkm
authored andcommitted
Correct spelling of 'mentionned'
Signed-off-by: Andrew V. Teylu <andrew.teylu@vector.com>
1 parent 9a982bd commit 86df9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/send-emails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
jq '.[].html_url' > /tmp/tmp_pr_links.txt;
227227
then
228228
if [ -s /tmp/tmp_pr_links.txt ]; then
229-
echo -e "\nThe commit has been mentionned in the following pull-request(s):" >> /tmp/tmp_descr.txt
229+
echo -e "\nThe commit has been mentioned in the following pull-request(s):" >> /tmp/tmp_descr.txt
230230
231231
tr -d '"' < /tmp/tmp_pr_links.txt | \
232232
sed 's/^/ - /' >> /tmp/tmp_descr.txt

0 commit comments

Comments
 (0)