Skip to content

Commit

Permalink
📝 typos in Makefile msg & README
Browse files Browse the repository at this point in the history
  • Loading branch information
weakish committed Aug 1, 2022
1 parent 2e5bf6c commit 7fe67fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
include config.mk

install:
@echo Installing to to ${PREFIX}/bin ...
@echo Installing to ${PREFIX}/bin ...
@mkdir -p ${PREFIX}/bin
@cp -f bin/gister ${PREFIX}/bin/gister
@chmod 755 ${PREFIX}/bin/gister
Expand Down
2 changes: 1 addition & 1 deletion bin/gister
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Note: `xsel` users should use `gist.rb` v4.1.2+, since there is [a bug bitting x
- [csearch](https://github.com/google/codesearch)
To search gists on your local machine.
If not available, fallbacks to `grep`.
If not available, gister fallbacks to `grep`.
- [legit](https://github.com/kennethreitz/legit)
Expand Down

0 comments on commit 7fe67fd

Please sign in to comment.