From a463a9ba644aedf2b4db5958ad9abbac114a33ee Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Thu, 6 Oct 2016 15:45:04 -0400 Subject: [PATCH] Fix typo in SWTBotUtils Change-Id: I371e44a712b99db60668ada78c9248199764e796 Signed-off-by: Marc-Andre Laperle Reviewed-on: https://git.eclipse.org/r/82668 Reviewed-by: Genevieve Bastien Reviewed-by: Hudson CI --- .../tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java index 189db0eb91..7e7363de49 100644 --- a/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java +++ b/tmf/org.eclipse.tracecompass.tmf.ui.swtbot.tests/shared/org/eclipse/tracecompass/tmf/ui/swtbot/tests/shared/SWTBotUtils.java @@ -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); } -- 2.34.1