File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ show_msession() # open the default MATLAB session interactive window
376
376
get_msession_visiblity () # get the session's visibility state
377
377
hide_msession () # hide the default MATLAB session interactive window
378
378
379
- # similarily
379
+ # similarly
380
380
s = MSession ()
381
381
show_msession (s)
382
382
get_msession_visiblity (a)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if Sys.iswindows()
57
57
# Engine clients are not loaded and unloaded repeatedly
58
58
# see: https://www.mathworks.com/matlabcentral/answers/305877-what-is-the-primary-message-table-for-module-77
59
59
60
- # initialization is delayed untill first call to MSession
60
+ # initialization is delayed until first call to MSession
61
61
const persistent_msession_ref = Ref {MSession} ()
62
62
const persistent_msession_assigned = Ref (false )
63
63
You can’t perform that action at this time.
0 commit comments