commit:     df8b64f97e58ae0282f9e4d902d55d2d0d2d5fdb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 16:56:16 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 19:44:05 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df8b64f9

app-eselect/eselect-unison: fix typo

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-eselect/eselect-unison/files/unison.eselect-0.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-eselect/eselect-unison/files/unison.eselect-0.4 
b/app-eselect/eselect-unison/files/unison.eselect-0.4
index b65381985bcb..f400610bf0e7 100644
--- a/app-eselect/eselect-unison/files/unison.eselect-0.4
+++ b/app-eselect/eselect-unison/files/unison.eselect-0.4
@@ -64,7 +64,7 @@ describe_show() {
 do_show() {
        [[ -z "${@}" ]] || die -q "Too many parameters"
 
-       write_list_start "Current unison verson:"
+       write_list_start "Current unison version:"
        if [[ -L "${EROOT}/usr/bin/unison" ]] ; then
                write_kv_list_entry "$(identify_target)" ""
        elif [[ -e "${EROOT}/usr/bin/unison" ]] ; then

Reply via email to