Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed May 26, 2019
1 parent 324264d commit a6adf45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ USAGE:
stars [global options] command [command options] [arguments...]

VERSION:
0.4.14
0.4.15

COMMANDS:
save Save all stars
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.14
0.4.15
2 changes: 1 addition & 1 deletion starmanager/starmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (s *StarManager) SaveStarredPage(pageno int, responses chan *github.Respons
)
if err != nil {
log.Printf(
"An error occurred while atresultsting to fetch page %d of %s's GitHub stars!",
"An error occurred while attempting to fetch page %d of %s's GitHub stars!",
pageno,
s.Username,
)
Expand Down

0 comments on commit a6adf45

Please sign in to comment.