Updated some of the SDN-IP log messages inside the IntentSynchronizer.

Also, fixed a typo in file TestIntentServiceHelper.java

Change-Id: I0c0f7ad0f5e02f80465fb643184e20924fd49153
diff --git a/apps/sdnip/src/test/java/org/onlab/onos/sdnip/TestIntentServiceHelper.java b/apps/sdnip/src/test/java/org/onlab/onos/sdnip/TestIntentServiceHelper.java
index 3ea8b02..00dce9e 100644
--- a/apps/sdnip/src/test/java/org/onlab/onos/sdnip/TestIntentServiceHelper.java
+++ b/apps/sdnip/src/test/java/org/onlab/onos/sdnip/TestIntentServiceHelper.java
@@ -48,7 +48,7 @@
     }
 
     /*
-     * EasyMock matcher that matches {@link Inten} but
+     * EasyMock matcher that matches {@link Intent} but
      * ignores the {@link IntentId} when matching.
      * <p/>
      * The normal intent equals method tests that the intent IDs are equal,