]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
email-lda: few spelling fixes
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 6 Feb 2014 14:11:20 +0000 (16:11 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Fri, 7 Feb 2014 08:56:26 +0000 (10:56 +0200)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/aiaiai-email-lda

index 5068e63fc9cfeb68a2717a4c0e7fc7eda9d1007f..2a93aaf02ed982470ac4e4017870fb4e05f7064c 100755 (executable)
@@ -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\")"