pgoldstein 2002/12/02 13:58:58
Modified: src/java/org/apache/mailet MailetContext.java
Log:
Fixing a javadoc typo.
Revision Changes Path
1.5 +1 -1 jakarta-james/src/java/org/apache/mailet/MailetContext.java
Index: MailetContext.java
===================================================================
RCS file: /home/cvs/jakarta-james/src/java/org/apache/mailet/MailetContext.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- MailetContext.java 18 Jan 2002 22:32:23 -0000 1.4
+++ MailetContext.java 2 Dec 2002 21:58:58 -0000 1.5
@@ -30,7 +30,7 @@
public interface MailetContext {
/**
- * Bounces the message using a stanard format with the given message.
+ * Bounces the message using a standard format with the given message.
* Will be sent back to the sender from the postmaster as specified for
* this mailet context, adding message to top of mail server queue using
* sendMail().
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>