commit | d4936251923ab101e9021d2d3460cef732e25454 | [log] [tgz] |
---|---|---|
author | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Fri Apr 10 15:03:57 2015 -0700 |
committer | Sho SHIMIZU <sshimizu@us.fujitsu.com> | Fri Apr 10 15:03:57 2015 -0700 |
tree | 9e08be17ebbbfa7129f7bc1b369fb469543c75a1 | |
parent | fb6655e1384cea684ab99dc8184046f9ba39b12a [diff] |
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) } });