Fix typo in SWTBotUtils
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.ui.swtbot.tests / shared / org / eclipse / tracecompass / tmf / ui / swtbot / tests / shared / SWTBotUtils.java
index 189db0eb91136f70ce059e30a1fbd723d38e7d7e..7e7363de495cbaf746e640ddb4def0e3f88daa3b 100644 (file)
@@ -333,7 +333,7 @@ public final class SWTBotUtils {
         Arrays.stream(shells)
                 .filter(shell -> shell != mainShell)
                 .filter(SWTBotShell::isVisible)
-                .peek(shell -> log.debug(MessageFormat.format("Closing ligering shell with title {0}", shell.getText())))
+                .peek(shell -> log.debug(MessageFormat.format("Closing lingering shell with title {0}", shell.getText())))
                 .forEach(SWTBotShell::close);
     }
 
This page took 0.024951 seconds and 5 git commands to generate.