Skip to content

Commit da9cf1c

Browse files
author
thyttan
committed
messagegui: typo
1 parent 86ade7c commit da9cf1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function showMessagesScroller(msg, persist, alreadyProcessed) {
351351
}
352352

353353
let prevScrollIdx; // Used for stopping repeated triggering of next message by the scroller.
354-
let prevPrevScrollIdx; // Used to chose how to identify displayed message when selecting with button.
354+
let prevPrevScrollIdx; // Used to choose how to identify displayed message when selecting with button.
355355

356356
E.showScroller({
357357
scroll : initScroll*g.getFontHeight(),

0 commit comments

Comments
 (0)