Author: doogie
Date: Fri Mar 13 20:01:44 2009
New Revision: 753371
URL:
http://svn.apache.org/viewvc?rev=753371&view=revLog:
Typo in javadoc.
Modified:
ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java
Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java?rev=753371&r1=753370&r2=753371&view=diff==============================================================================
--- ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java (original)
+++ ofbiz/trunk/framework/service/src/org/ofbiz/service/DispatchContext.java Fri Mar 13 20:01:44 2009
@@ -82,7 +82,7 @@
/**
* Returns the service attribute for the given name, or null if there is no attribute by that name.
* @param name a String specifying the name of the attribute
- * @return an Object conatining the value of the attribute, or null if there is no attribute by that name.
+ * @return an Object containing the value of the attribute, or null if there is no attribute by that name.
*/
public Object getAttribute(String name) {
if (attributes.containsKey(name))