From 4400e39a69dce6c2a63b391242e38f781e35025d Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 18 Feb 2022 15:17:17 +0100 Subject: chore: fix typos (#2292) --- utils/installer/install-neovim-from-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/installer/install-neovim-from-release') diff --git a/utils/installer/install-neovim-from-release b/utils/installer/install-neovim-from-release index e20a4804..e98b1aee 100755 --- a/utils/installer/install-neovim-from-release +++ b/utils/installer/install-neovim-from-release @@ -55,7 +55,7 @@ function verify_neovim() { DOWNLOADED_SHA="$(openssl dgst -sha256 "$DOWNLOAD_DIR/$ARCHIVE_NAME.tar.gz" | awk '{print $2}')" if [ "$RELEASE_SHA" != "$DOWNLOADED_SHA" ]; then - echo "Error! checksum mis-match." + echo "Error! checksum mismatch." echo "Expected: $RELEASE_SHA but got: $DOWNLOADED_SHA" exit 1 fi -- cgit v1.2.3