Author: noel
Date: Wed Jul 19 20:47:46 2006
New Revision: 423745
URL: http://svn.apache.org/viewvc?rev=423745&view=rev
Log:
Correct spelling
Added:
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/CommandListservManager.java
- copied, changed from r423578,
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
- copied, changed from r423578,
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
Copied:
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/CommandListservManager.java
(from r423578,
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java)
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/CommandListservManager.java?p2=james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/CommandListservManager.java&p1=james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java&r1=423578&r2=423745&rev=423745&view=diff
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
(original)
+++
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/CommandListservManager.java
Wed Jul 19 20:47:46 2006
@@ -296,7 +296,7 @@
if (command == null) {
//don't recognize the command
onError(mail,
- "unkown command",
+ "unknown command",
xmlResources.getString("command.not.understood",
getStandardProperties()));
}
command.onCommand(mail);
Copied:
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
(from r423578,
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java)
URL:
http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java?p2=james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java&p1=james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java&r1=423578&r2=423745&rev=423745&view=diff
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
(original)
+++
james/server/branches/v2.3/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
Wed Jul 19 20:47:46 2006
@@ -68,7 +68,7 @@
* @throws MessagingException
*/
public void onCommand(Mail mail) throws MessagingException {
- onError(mail, "an unkown error occurred", "an unkown error occurred");
+ onError(mail, "an unknown error occurred", "an unknown error
occurred");
}
/**
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java?rev=423745&r1=423744&r2=423745&view=diff
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/CommandListservManager.java
Wed Jul 19 20:47:46 2006
@@ -296,7 +296,7 @@
if (command == null) {
//don't recognize the command
onError(mail,
- "unkown command",
+ "unknown command",
xmlResources.getString("command.not.understood",
getStandardProperties()));
}
command.onCommand(mail);
Modified:
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java?rev=423745&r1=423744&r2=423745&view=diff
==============================================================================
---
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
(original)
+++
james/server/trunk/src/java/org/apache/james/transport/mailets/listservcommands/ErrorCommand.java
Wed Jul 19 20:47:46 2006
@@ -68,7 +68,7 @@
* @throws MessagingException
*/
public void onCommand(Mail mail) throws MessagingException {
- onError(mail, "an unkown error occurred", "an unkown error occurred");
+ onError(mail, "an unknown error occurred", "an unknown error
occurred");
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]