summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@su.local>2009-09-04 21:00:16 -0400
committerScott Ullrich <sullrich@su.local>2009-09-04 21:00:16 -0400
commitf11527def8e5c6ed5434f5d7d02254f0737181c2 (patch)
tree0b709cfc8d088ce376590852fbff4af51c8139c0 /etc/inc
parent2c7ac8dcd77aff76bf4c9805e7ddab933edff46b (diff)
downloadpfsense-f11527def8e5c6ed5434f5d7d02254f0737181c2.zip
pfsense-f11527def8e5c6ed5434f5d7d02254f0737181c2.tar.gz
Correct typo 'Could'
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/notices.inc2
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";
}
OpenPOWER on IntegriCloud