From 96ac94a985fb38569ede4f0cf4401b304ec98c6f Mon Sep 17 00:00:00 2001 From: lantz Date: Fri, 29 Jan 2021 15:47:47 -0800 Subject: [PATCH] fix session typo thanks to Vintas Avinash closes #1011 --- examples/miniedit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/miniedit.py b/examples/miniedit.py index a355841..24d1ad3 100755 --- a/examples/miniedit.py +++ b/examples/miniedit.py @@ -3016,7 +3016,7 @@ class MiniEdit( Frame ): ## NOTE: MAKE SURE THIS IS LAST THING CALLED # Start the CLI if enabled if self.appPrefs['startCLI'] == '1': - info( "\n\n NOTE: PLEASE REMEMBER TO EXIT THE CLI BEFORE YOU PRESS THE STOP BUTTON. Not exiting will prevent MiniEdit from quitting and will prevent you from starting the network again during this sessoin.\n\n") + info( "\n\n NOTE: PLEASE REMEMBER TO EXIT THE CLI BEFORE YOU PRESS THE STOP BUTTON. Not exiting will prevent MiniEdit from quitting and will prevent you from starting the network again during this session.\n\n") CLI(self.net) def start( self ):