Merge pull request #20 from scorphus/typos

Fix a typo: succesfully => successfully
pull/15/head
Bruno 9 years ago
commit 75594ea4e2

@ -13,7 +13,7 @@ function omf.install -a type_flag name_or_url
end
function _display_success
echo (omf::em)"$argv succesfully installed."(omf::off)
echo (omf::em)"$argv successfully installed."(omf::off)
end
function _display_error

@ -59,7 +59,7 @@ function omf.remove_package
end
if test $remove_status -eq 0
echo (omf::em)"$pkg succesfully removed."(omf::off)
echo (omf::em)"$pkg successfully removed."(omf::off)
refresh
else
echo (omf::err)"$pkg could not be found"(omf::off) 1^&2

Loading…
Cancel
Save