summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-02-05 16:23:10 +0200
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-02-05 17:12:12 +0200
commit0f803d422d265079742d12f0b083438fb686d7d1 (patch)
tree135ba483f998c9f994a7d67669c4966a43021e09
parente45156fc05a470525eeab502a745054bdcc61e20 (diff)
downloadaiaiai-0f803d422d265079742d12f0b083438fb686d7d1.tar.gz
email-test-patchset: clean up comments some more
Just fix poor English and a typo. Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-xemail/aiaiai-email-test-patchset7
1 files changed, 3 insertions, 4 deletions
diff --git a/email/aiaiai-email-test-patchset b/email/aiaiai-email-test-patchset
index dfff8e5..d9e768e 100755
--- a/email/aiaiai-email-test-patchset
+++ b/email/aiaiai-email-test-patchset
@@ -128,9 +128,8 @@ EOF
exit 0
}
-# This function is called when submitters specify a non-existing project. It
-# sends a sensible reply back to the submitter, without carbon-copying anyone
-# else.
+# This function is called when the patch submitter specifies a non-existing
+# project. It sends a sensible reply back, without carbon-copying anyone else.
error_project_not_found()
{
send_email <<EOF
@@ -310,7 +309,7 @@ fi
# Create the Cc list for replies that we'll be sending
if [ "$pcfg_reply_to_all" != "1" ]; then
- # Replies all the patch recepients will be CCed
+ # Replies all the patch recipients will be CCed
reply_cc="$(merge_addresses "$to" "$cc")"
reply_cc="$(merge_addresses "$reply_cc" "$pcfg_always_cc")"
reply_cc=$(strip_address "$reply_cc" "$cfg_ownmail")