Fix typo

Change-Id: I5d0a1b8cc9edc8cb79a320020992cdb4db92a6ff
diff --git a/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java b/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java
index 486604c..b54b954 100644
--- a/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java
+++ b/src/test/java/net/onrc/onos/core/intent/runtime/IntentTestMocks.java
@@ -135,7 +135,7 @@
      * will need to add items to the Context to allow communications with
      * downstream classes.
      *
-     * @return the FloodlightModuleCOntext used by the mock.
+     * @return the FloodlightModuleContext used by the mock.
      */
     public FloodlightModuleContext getModuleContext() {
         return moduleContext;