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
376376get_msession_visiblity () # get the session's visibility state
377377hide_msession () # hide the default MATLAB session interactive window
378378
379- # similarily
379+ # similarly
380380s = MSession ()
381381show_msession (s)
382382get_msession_visiblity (a)
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if Sys.iswindows()
5757 # Engine clients are not loaded and unloaded repeatedly
5858 # see: https://www.mathworks.com/matlabcentral/answers/305877-what-is-the-primary-message-table-for-module-77
5959
60- # initialization is delayed untill first call to MSession
60+ # initialization is delayed until first call to MSession
6161 const persistent_msession_ref = Ref {MSession} ()
6262 const persistent_msession_assigned = Ref (false )
6363
You can’t perform that action at this time.
0 commit comments