]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
email-test-patchset: clean up comments some more
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 14:23:10 +0000 (16:23 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Feb 2014 15:12:12 +0000 (17:12 +0200)
Just fix poor English and a typo.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/aiaiai-email-test-patchset

index dfff8e5258823f5365fe288af3bc1a9af58e9c85..d9e768ecc6a5a23e1a40824ff8269972567ff259 100755 (executable)
@@ -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")