]> Pileus Git - ~andy/rhawk/commitdiff
typos
authorAndy Spencer <andy753421@gmail.com>
Tue, 5 Jun 2012 16:12:06 +0000 (16:12 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 5 Jun 2012 16:12:06 +0000 (16:12 +0000)
email.awk

index 5b52edf5076e3535d8cb5a89599e872cee8f84e8..9f334f908a1c82e3e87f3c3c9764209ef82978d3 100644 (file)
--- a/email.awk
+++ b/email.awk
@@ -4,8 +4,8 @@ BEGIN {
        mail_delay = 60 # Wait 60 seconds after last mention before mailing
 
        mail_from  = NICK "<andy753421@gmail.com>"
-       mail_err   = "If you recieved this message in error,\n" \
-                    "someone in #rhnoise is begin a jerk"
+       mail_err   = "If you received this message in error,\n" \
+                    "someone in #rhnoise is being a jerk"
 }
 
 function mail_send(addr, subj, body,
@@ -80,7 +80,7 @@ DST ~ /^#.*/ {
        for (_user in mail_enable)
                if ($0 ~ "\\<"_user"\\>") {
                        mail_ready[_user][DST] = systime()
-                       debug("queing messages to " DST " for " _user)
+                       debug("queueing messages to " DST " for " _user)
                }
 }