diff options
Diffstat (limited to 'etc/inc/notices.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"; } |