From a76f38b1b336fbbfeeee582f3b62db622d6c98a9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 25 Feb 2022 22:57:18 +0300 Subject: [PATCH] typo... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index 6fb3bb17..cb30b495 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2016,7 +2016,7 @@ var JournalActions = actions.Actions({ data.slice() : this.updateJournalableActions() }) }, - // XXX can things get on the journal while an action is running??? (race) + // XXX can things get on the journal while an action is running??? (race-conditions) // ...if yes, this would make the way nested actions are collected // wrong -- this could happen for long and deferred actions... // ...not sure how handlers outside the action can be handled here