Skip to content

Commit bb663c1

Browse files
committed
250503.170422.CST fix a typo
1 parent 60f7890 commit bb663c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ function setup(varargin)
260260
addpath(path_string);
261261

262262
% Try saving the path in the system path-defining file at sys_pathdef. If the user does not have
263-
% writing permission for this file, then the path will not saved.
263+
% writing permission for this file, then the path will not be saved.
264264
% N.B. Do not save the path to the pathdef.m file under userpath. This file is not loaded by default
265265
% at startup. See
266266
% https://www.mathworks.com/matlabcentral/answers/269482-is-userdata-pathdef-m-for-local-path-additions-supported-on-linux

0 commit comments

Comments
 (0)