Merge pull request #12 from burner/patch-1

Typo fix: oject instead of object
This commit is contained in:
Vincent Richard 2012-09-21 10:18:36 -07:00
commit 771b9b7515

View File

@ -38,7 +38,7 @@ used for IMAP, POP3 and maildir.
A transport service is capable of sending messages. This is used for A transport service is capable of sending messages. This is used for
SMTP and sendmail. SMTP and sendmail.
\item {\vcode vmime::net::session}: a session oject is used to store the \item {\vcode vmime::net::session}: a session object is used to store the
parameters used by a service (eg. connection parameters). Each service parameters used by a service (eg. connection parameters). Each service
instance is associated with only one session. The session object is capable instance is associated with only one session. The session object is capable
of creating instances of services. of creating instances of services.