From 03e75ab23fee642ed20b4b694aa6194f84059dbc Mon Sep 17 00:00:00 2001 From: Johannes Mockenhaupt Date: Wed, 13 Dec 2017 15:44:07 +0100 Subject: [PATCH] Typos. --- .../java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruffyscripter/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java b/ruffyscripter/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java index ca3cdd7cff..aea5da5a0b 100644 --- a/ruffyscripter/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java +++ b/ruffyscripter/src/main/java/de/jotomo/ruffyscripter/commands/SetTbrCommand.java @@ -111,7 +111,7 @@ public class SetTbrCommand extends BaseCommand { * and all). To avoid this, wait until the active TBR runs out if the active TBR * is about to end. * - * @return If we waited till the TBR ended an cancellation was request so all work is done. + * @return true wf we waited till the TBR ended and cancellation was request so all work is done. */ private boolean checkAndWaitIfExistingTbrIsAboutToEnd(boolean cancellingTbr) { scripter.verifyMenuIsDisplayed(MenuType.MAIN_MENU);