Fix typos

Suggested-by: codespell
This commit is contained in:
Paul Wise
2023-05-12 14:46:02 +08:00
committed by Tad Fisher
parent 849c341c5b
commit c39c97701e
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -183,7 +183,7 @@ with pkgs;
pass.withExtensions (exts: [ exts.pass-otp ])
```
The above can be installed imperatively via `nix-env` or ran in a temprorary
The above can be installed imperatively via `nix-env` or ran in a temporary
environment via `nix-shell`.
### macOS