Fix a typo: succesfully => successfully

parent e9472b4e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment