Author: hsaputra
Date: Wed Dec 8 23:31:59 2010
New Revision: 1043769
URL: http://svn.apache.org/viewvc?rev=1043769&view=rev
Log:
Fix small typo in the commment.
Modified:
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/Operation.java
Modified:
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/Operation.java
URL:
http://svn.apache.org/viewvc/shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/Operation.java?rev=1043769&r1=1043768&r2=1043769&view=diff
==============================================================================
---
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/Operation.java
(original)
+++
shindig/trunk/java/common/src/main/java/org/apache/shindig/protocol/Operation.java
Wed Dec 8 23:31:59 2010
@@ -49,7 +49,7 @@ public @interface Operation {
String path() default "";
/**
- * The name to match for the RPC operation to override the default behvaior
+ * The name to match for the RPC operation to override the default behavior
* which is to use the name of the annotated method
*/
String name() default "";