diff mail_smtp.t @ 343:e7dc8f4d0a4b

Tests: whitespace and spelling fixes.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 26 Sep 2013 12:51:21 +0400
parents 6a0d934950bc
children c6b1430afc66
line wrap: on
line diff
--- a/mail_smtp.t
+++ b/mail_smtp.t
@@ -222,7 +222,7 @@ local $SIG{__WARN__} = sub {};
 $s->send('RCPT TO:<test@example.com>');
 $s->ok('good rcpt to');
 
-# Make sure command splitted into many packets processed correctly
+# Make sure command split into many packets processed correctly
 
 $s = Test::Nginx::SMTP->new();
 $s->read();
@@ -230,6 +230,6 @@ local $SIG{__WARN__} = sub {};
 log_out('HEL');
 $s->print('HEL');
 $s->send('O example.com');
-$s->ok('splitted command');
+$s->ok('split command');
 
 ###############################################################################