Minor: fix typo

This commit is contained in:
Nikolay Krasko
2018-10-02 14:59:31 +03:00
parent f3bb952148
commit 1aab3c890c
@@ -118,7 +118,7 @@ private class ObsoleteCoroutineUsageInWholeFix : LocalQuickFix {
.codeCleanup(cleanupScope, cleanupToolProfile, "Apply in the project: " + toolWrapper.displayName, null, false)
}
// Overcome failure during profile createin because of absent tools in tests
// Overcome failure during profile creating because of absent tools in tests
inline fun <T> runInInspectionProfileInitMode(runnable: () -> T): T {
return if (!ApplicationManager.getApplication().isUnitTestMode) {
runnable()