Skip to content

Commit f867397

Browse files
authored
typos (#219)
1 parent a957799 commit f867397

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ show_msession() # open the default MATLAB session interactive window
376376
get_msession_visiblity() # get the session's visibility state
377377
hide_msession() # hide the default MATLAB session interactive window
378378

379-
# similarily
379+
# similarly
380380
s = MSession()
381381
show_msession(s)
382382
get_msession_visiblity(a)

src/MATLAB.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)