diff options
author | Sam James <sam@gentoo.org> | 2023-03-29 17:56:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-29 20:44:05 +0100 |
commit | df8b64f97e58ae0282f9e4d902d55d2d0d2d5fdb (patch) | |
tree | f1eb159b37ebf78d1998811b686bdad9fa54f7b9 /app-eselect/eselect-unison/files | |
parent | net-im/tkabber: fix typo (diff) | |
download | gentoo-df8b64f97e58ae0282f9e4d902d55d2d0d2d5fdb.tar.gz gentoo-df8b64f97e58ae0282f9e4d902d55d2d0d2d5fdb.tar.bz2 gentoo-df8b64f97e58ae0282f9e4d902d55d2d0d2d5fdb.zip |
app-eselect/eselect-unison: fix typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-unison/files')
-rw-r--r-- | app-eselect/eselect-unison/files/unison.eselect-0.4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |