From a6adf45b2cfeb8ab31cf6eff2239f6792d08c892 Mon Sep 17 00:00:00 2001 From: gkze Date: Sat, 25 May 2019 18:58:46 -0700 Subject: [PATCH] Fix typo --- README.md | 2 +- VERSION | 2 +- starmanager/starmanager.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index daa391e..a1f4cb0 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ USAGE: stars [global options] command [command options] [arguments...] VERSION: - 0.4.14 + 0.4.15 COMMANDS: save Save all stars diff --git a/VERSION b/VERSION index 489c893..4ea988f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.14 +0.4.15 diff --git a/starmanager/starmanager.go b/starmanager/starmanager.go index 61b0eb9..2a91043 100644 --- a/starmanager/starmanager.go +++ b/starmanager/starmanager.go @@ -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, )