From 14537f831dc3bec827b274e84de2c177f0c37e9d Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Sun, 14 Aug 2022 17:08:44 +0200 Subject: [PATCH] Fix a typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 999a677..c2e3a2a 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ install: install -d "$(DESTDIR)$(BASHCOMPDIR)/" install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" @echo - @echo "pass-$(PROG) is installed succesfully" + @echo "pass-$(PROG) is installed successfully" @echo uninstall: