summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-02-06 16:11:20 +0200
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-02-07 10:56:26 +0200
commit8b5b4becacdbd9c1618ae2a356373e646a023499 (patch)
tree414e5440381fcda6f20815b9ca63965ad7170a61
parent3620d682aaa4a4598029456e4ca7c79ac5525587 (diff)
downloadaiaiai-8b5b4becacdbd9c1618ae2a356373e646a023499.tar.gz
email-lda: few spelling fixes
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
-rwxr-xr-xemail/aiaiai-email-lda4
1 files changed, 2 insertions, 2 deletions
diff --git a/email/aiaiai-email-lda b/email/aiaiai-email-lda
index 5068e63..2a93aaf 100755
--- a/email/aiaiai-email-lda
+++ b/email/aiaiai-email-lda
@@ -122,7 +122,7 @@ reject_and_reply()
# Currently we use the same format: <date>_<suffix>-<counter>, where <date> is
# the current date (taken from the global $date variable), <suffix> is the
# a suffix supplied by the caller via "$2", and <counter> is usually 0, but if
-# there is alreay a file with such name, it gets increased to 1, and so on.
+# there is already a file with such name, it gets increased to 1, and so on.
generate_file_name()
{
local where="$1"; shift
@@ -381,7 +381,7 @@ process_mbox()
n="$(subject_n "$subj")"
if [ -z "$m" ]; then
- verbose "Queueing stand-alone patch \"$subj\""
+ verbose "Queuing stand-alone patch \"$subj\""
queue_mboxfile
else
verbose "Processing member $m/$n of a series (\"$subj\")"