Typo fix: oject instead of object

This commit is contained in:
burner 2012-09-21 17:43:10 +03:00
parent 99908ce889
commit e062be61ec

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.