diff --git a/functions/@mmo/checkworkspace.m b/functions/@mmo/checkworkspace.m
index 96392b53f..1e6cde6d4 100644
--- a/functions/@mmo/checkworkspace.m
+++ b/functions/@mmo/checkworkspace.m
@@ -29,7 +29,7 @@
end
end
- % if subfunction, must be a copie
+ % if subfunction, must be a copy
if ~isempty(obj.workspace) && strcmpi(stack(end).file, obj.workspace(end).file) && ...
~strcmpi(stack(end).name, obj.workspace(end).name)
% We are within a subfunction. The MMO must have
diff --git a/functions/@mmo/subsasgn_old.m b/functions/@mmo/subsasgn_old.m
index c9326beba..64a31c95d 100644
--- a/functions/@mmo/subsasgn_old.m
+++ b/functions/@mmo/subsasgn_old.m
@@ -40,7 +40,7 @@
if ~isempty(stack)
% check if we are in a different workspace
if ~isequal(stack, obj.workspace)
- % if subfunction, must be a copie
+ % if subfunction, must be a copy
if ~isempty(obj.workspace) && strcmpi(stack(end).file, obj.workspace(end).file) && ...
~strcmpi(stack(end).name, obj.workspace(end).name)
% We are within a subfunction. The MMO must have
diff --git a/functions/adminfunc/eeg_checkset.m b/functions/adminfunc/eeg_checkset.m
index abfedbbf0..190ca1b6f 100644
--- a/functions/adminfunc/eeg_checkset.m
+++ b/functions/adminfunc/eeg_checkset.m
@@ -165,7 +165,7 @@
% 01-26-02 chandeg events and trial condition format -ad
% 01-27-02 debug when trial condition is empty -ad
% 02-15-02 remove icawinv recompute for pop_epoch -ad & ja
-% 02-16-02 remove last modification and test icawinv separatelly -ad
+% 02-16-02 remove last modification and test icawinv separately -ad
% 02-16-02 empty event and epoch check -ad
% 03-07-02 add the eeglab options -ad
% 03-07-02 corrected typos and rate/point calculation -ad & ja
diff --git a/functions/adminfunc/gethelpvar.m b/functions/adminfunc/gethelpvar.m
index 325b1e5d7..99bb0096e 100644
--- a/functions/adminfunc/gethelpvar.m
+++ b/functions/adminfunc/gethelpvar.m
@@ -10,7 +10,7 @@
%
% Outputs:
% vartext - variable text
-% varnames - name of the varialbe returned;
+% varnames - name of the variable returned;
%
% Notes: see help2html() for file format
%
diff --git a/functions/miscfunc/corrimage.m b/functions/miscfunc/corrimage.m
index c7bdeeede..d750fdd4f 100755
--- a/functions/miscfunc/corrimage.m
+++ b/functions/miscfunc/corrimage.m
@@ -33,7 +33,7 @@
% percentile of sortvar values (and associated data) before
% computing statistics. Default is [0 100].
% 'align' - [float] same as 'align' parameter of erpimage(). This
-% parameter is used to contrain the 'times' parameter so
+% parameter is used to constrain the 'times' parameter so
% correlation with data trials containing 0-values (as a
% result of data alignment) are avoided: computing these
% correlations would produce spurious significant results.
diff --git a/functions/miscfunc/eegplotgold.m b/functions/miscfunc/eegplotgold.m
index 4c2a60763..4610add6e 100644
--- a/functions/miscfunc/eegplotgold.m
+++ b/functions/miscfunc/eegplotgold.m
@@ -12,7 +12,7 @@
% yscaling - initial y scaling factor (0 - default is 300)
% range - how many seconds to display in window (0 -> 10)
%
-% Note: this version of eegplotgold() reguires that your data matrix
+% Note: this version of eegplotgold() requires that your data matrix
% be defined as a global variable before running this routine.
%
% Example: >> global dataname
diff --git a/functions/miscfunc/makehtml.m b/functions/miscfunc/makehtml.m
index e825abdbf..acbfbaab5 100644
--- a/functions/miscfunc/makehtml.m
+++ b/functions/miscfunc/makehtml.m
@@ -133,7 +133,7 @@
end
% -------------------------------------------
-% scrips which generate a web page for eeglab
+% scripts which generate a web page for eeglab
% -------------------------------------------
STYLEHEADER = '