Fix typo

Change-Id: I4ad0311a9d54f4bf7bb8b58e0e57a8f51839f091
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
index 610b030..c8084c2 100644
--- a/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
+++ b/core/net/src/main/java/org/onosproject/net/intent/impl/IntentManager.java
@@ -440,7 +440,7 @@
                     store.write(toInstall);
                 }
                 // if toInstall was cause of error, then recompile (manage/increment counter, when exceeded -> CORRUPT)
-                // if toUninstall was cause of error, then CORRUPT (another job will lean this up)
+                // if toUninstall was cause of error, then CORRUPT (another job will clean this up)
             }
         });