diff options
author | Igor Sysoev <igor@sysoev.ru> | 2007-11-30 22:07:05 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2007-11-30 22:07:05 +0000 |
commit | 7e924427ac65730e2b60bf365ad4ab55b7f17bb2 (patch) | |
tree | 3576d8f26c7fbabcabf2608b651a5824f71258c3 /src | |
parent | 77e8b0c59fa836131b979bafb6c0e41e0b9e7c4d (diff) | |
download | nginx-7e924427ac65730e2b60bf365ad4ab55b7f17bb2.tar.gz nginx-7e924427ac65730e2b60bf365ad4ab55b7f17bb2.zip |
fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/mail/ngx_mail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail.h b/src/mail/ngx_mail.h index 1a401bc97..a6b78a5aa 100644 --- a/src/mail/ngx_mail.h +++ b/src/mail/ngx_mail.h @@ -102,7 +102,7 @@ typedef enum { ngx_pop3_auth_login_password, ngx_pop3_auth_plain, ngx_pop3_auth_cram_md5 -} ngx_po3_state_e; +} ngx_pop3_state_e; typedef enum { |