@@ -71,7 +71,7 @@ function eeglab_update(varargin)
71
71
stateWarning = warning(' query' , ' backtrace' );
72
72
warning(' off' , ' backtrace' );
73
73
msg = sprintf([' \n A %s revision of EEGLAB (v%s ) is available <a href="matlab:eeglab_update;">HERE</a>.\n%s\n ' ...
74
- ' See <a href="matlab: web(''%s'' , '' -browser'' )">Release notes</a> for more informations \n ' ...
74
+ ' See <a href="matlab: web(''%s'' , '' -browser'' )">Release notes</a> for more information \n ' ...
75
75
' You may disable this message in the File > Preferences menu.\n ' ], ...
76
76
fastif(eeglabVersionUpdate .critical , ' CRITICAL' , ' newer' ), eeglabVersionUpdate .version , ...
77
77
eeglabVersionUpdate .releasenotes , eeglabVersionUpdate .webdoc );
@@ -139,7 +139,7 @@ function eeglab_update(varargin)
139
139
questdlg2( [ ' EEGLAB cannot modify and save the Matlab path file.' 10 ...
140
140
' Although EEGLAB could still be updated, EEGLAB will not' 10 ...
141
141
' be able to set paths in a way that is persistent after' 10 ...
142
- ' you close Matlab. We therefore recommend that you abord and' 10 ...
142
+ ' you close Matlab. We therefore recommend that you abort and' 10 ...
143
143
' update EEGLAB manually by downloading the EEGLAB zip file' 10 ...
144
144
' online, uncompress it on your computer and modify and save' 10 ...
145
145
' the Matlab paths manually.' ], ' Install warning message' , ' Continue' , ' Abord' , ' Abord' );
@@ -170,7 +170,7 @@ function eeglab_update(varargin)
170
170
sprintf(' One is at %s ' , eeglabpath ) 10 ...
171
171
sprintf(' The other one is at %s ' , eeglabpath2 ) 10 ...
172
172
' You must at least remove one version from the Matlab path' 10 ...
173
- ' before you can install a new version of EEGLAB. Abording instalation .' ] );
173
+ ' before you can install a new version of EEGLAB. Abording installation .' ] );
174
174
return
175
175
end
176
176
end
@@ -226,7 +226,7 @@ function eeglab_update(varargin)
226
226
[parentPath ,eeglabFolder ,ext ] = fileparts(res .folder );
227
227
eeglabFolder = [ eeglabFolder ext ];
228
228
229
- % check if target folder can be writen into
229
+ % check if target folder can be written into
230
230
% -----------------------------------------
231
231
if ~exist(res .folder )
232
232
try
@@ -323,7 +323,7 @@ function eeglab_update(varargin)
323
323
% copying plugins
324
324
% ---------------
325
325
disp(' EEGLAB require some plugins to function properly.' );
326
- disp(' Updated vesions of plugins Dipfit, Firfilt, ICLabel, and clean_rawdata are automatically included' );
326
+ disp(' Updated versions of plugins Dipfit, Firfilt, ICLabel, and clean_rawdata are automatically included' );
327
327
if res .copyplugins
328
328
pluginOri = fullfile(eeglabpath , ' plugins' );
329
329
pluginDest = fullfile(parentPath , eeglabFolder , ' plugins' );
@@ -383,5 +383,5 @@ function eeglab_update(varargin)
383
383
try
384
384
res = which(varargin{: });
385
385
catch
386
- fprintf(' Warning: permission error accesssing %s\n ' , varargin{1 });
387
- end
386
+ fprintf(' Warning: permission error accessing %s\n ' , varargin{1 });
387
+ end
0 commit comments