Skip to content
Snippets Groups Projects
Verified Commit 40edff04 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

fix: small typo issue in error

parent 0517dedc
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,8 @@ function [filenames, filepaths, idxOpts] = parsefileinputs(optList, filetype, va
end
if isempty(AllFiles)
error('MATLAB:parsefileinputs:noFilesFound', 'Impossible to find ANY file matching ' ...
'the input arguments.');
error('MATLAB:parsefileinputs:noFilesFound', ...
'Impossible to find ANY file matching the input arguments.');
end
filenames = cell(1, length(AllFiles));
......
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