Sho SHIMIZU

Fix typo

Change-Id: I4ad0311a9d54f4bf7bb8b58e0e57a8f51839f091
...@@ -440,7 +440,7 @@ public class IntentManager ...@@ -440,7 +440,7 @@ public class IntentManager
440 store.write(toInstall); 440 store.write(toInstall);
441 } 441 }
442 // if toInstall was cause of error, then recompile (manage/increment counter, when exceeded -> CORRUPT) 442 // if toInstall was cause of error, then recompile (manage/increment counter, when exceeded -> CORRUPT)
443 - // if toUninstall was cause of error, then CORRUPT (another job will lean this up) 443 + // if toUninstall was cause of error, then CORRUPT (another job will clean this up)
444 } 444 }
445 }); 445 });
446 446
......