From 59491926afc2ba0ea680f3679e5bc0ee0c44bedc Mon Sep 17 00:00:00 2001 From: Pablo Santiago Blum de Aguiar Date: Sun, 6 Sep 2015 17:01:11 -0300 Subject: [PATCH] Fix a typo: succesfully => successfully --- pkg/omf/cli/omf.install.fish | 2 +- pkg/omf/cli/omf.remove_package.fish | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/omf/cli/omf.install.fish b/pkg/omf/cli/omf.install.fish index f796f19..72f1ccc 100644 --- a/pkg/omf/cli/omf.install.fish +++ b/pkg/omf/cli/omf.install.fish @@ -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 diff --git a/pkg/omf/cli/omf.remove_package.fish b/pkg/omf/cli/omf.remove_package.fish index 2eecb69..9fd99ad 100644 --- a/pkg/omf/cli/omf.remove_package.fish +++ b/pkg/omf/cli/omf.remove_package.fish @@ -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