Fix typo
Change-Id: I4ad0311a9d54f4bf7bb8b58e0e57a8f51839f091
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | ... | ... |
-
Please register or login to post a comment