From f8673970d1fb9144a058b37c28fd827ea4f34fbd Mon Sep 17 00:00:00 2001 From: spaette <111918424+spaette@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:52:12 -0500 Subject: [PATCH] typos (#219) --- README.md | 2 +- src/MATLAB.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d05bad9..818c53e 100644 --- a/README.md +++ b/README.md @@ -376,7 +376,7 @@ show_msession() # open the default MATLAB session interactive window get_msession_visiblity() # get the session's visibility state hide_msession() # hide the default MATLAB session interactive window -# similarily +# similarly s = MSession() show_msession(s) get_msession_visiblity(a) diff --git a/src/MATLAB.jl b/src/MATLAB.jl index bf4e278..2af59ac 100644 --- a/src/MATLAB.jl +++ b/src/MATLAB.jl @@ -57,7 +57,7 @@ if Sys.iswindows() # Engine clients are not loaded and unloaded repeatedly # see: https://www.mathworks.com/matlabcentral/answers/305877-what-is-the-primary-message-table-for-module-77 - # initialization is delayed untill first call to MSession + # initialization is delayed until first call to MSession const persistent_msession_ref = Ref{MSession}() const persistent_msession_assigned = Ref(false)