Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
behinger authored May 13, 2021
1 parent a76af2e commit 4622da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/adminfunc/plugin_getweb.m
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
plugin(iRow).status = 'notinstalled';
else
if length(indMatch) > 1
disp([ 'Warning: duplicate extension ' plugin(iRow).name ' instaled' ]);
disp([ 'Warning: duplicate extension ' plugin(iRow).name ' installed' ]);
end
plugin(iRow).currentversion = pluginOri(indMatch).currentversion;
plugin(iRow).foldername = pluginOri(indMatch).foldername;
Expand Down

0 comments on commit 4622da3

Please sign in to comment.