Fix typo in SWTBotUtils
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 6 Oct 2016 19:45:04 +0000 (15:45 -0400)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Thu, 6 Oct 2016 21:04:46 +0000 (17:04 -0400)
Change-Id: I371e44a712b99db60668ada78c9248199764e796
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/82668
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
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.0257039999999999 seconds and 5 git commands to generate.