Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 13, 2021
1 parent ef261fe commit 15e7a05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Version 1.1.1 *(2018-06-28)*

This is mainly a bugfix release.

* Numerous build and test infrstructure updates. (thanks @LucidOne)
* Numerous build and test infrastructure updates. (thanks @LucidOne)
* `insert` and `append` now require only one of "issuer" or "account",
matching the documentation. (thanks @sudoforge and @xPMo)
* `append` now displays the passfile in its prompt. (thanks @sudoforge)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,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
Expand Down

0 comments on commit 15e7a05

Please sign in to comment.