Skip to content
Snippets Groups Projects
Commit 8aba7b0f authored by sundar's avatar sundar
Browse files

Spelling of bytesize corrected

parent 8de14e9b
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ function results = Getstats_Gaussianfilter(img1,sigma,bytesize)
% implementations of GaussianFilter
%
if (~exist('byesize','var') || isempty(bytesize))
if (~exist('bytesize','var') || isempty(bytesize))
info = whos('img1');
bytesize = info.bytes;
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment