diff options
author | Scott Ullrich <sullrich@su.local> | 2009-09-04 21:00:16 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-09-04 21:00:16 -0400 |
commit | f11527def8e5c6ed5434f5d7d02254f0737181c2 (patch) | |
tree | 0b709cfc8d088ce376590852fbff4af51c8139c0 /etc/inc | |
parent | 2c7ac8dcd77aff76bf4c9805e7ddab933edff46b (diff) | |
download | pfsense-f11527def8e5c6ed5434f5d7d02254f0737181c2.zip pfsense-f11527def8e5c6ed5434f5d7d02254f0737181c2.tar.gz |
Correct typo 'Could'
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/notices.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/notices.inc b/etc/inc/notices.inc index 354ef01..0f35449 100644 --- a/etc/inc/notices.inc +++ b/etc/inc/notices.inc @@ -245,7 +245,7 @@ function notify_via_smtp($message) { if($smtp->SendMessage($from, array($to), $headers, $message)) echo "Message sent to {$to} OK.\n"; else - echo "Cound not send the message to {$to}.\nError: {$smtp->error}\n"; + echo "Could not send the message to {$to}.\nError: {$smtp->error}\n"; } |