Skip to content

Commit 5c8dd70

Browse files
committed
fix typo
1 parent 1c1212e commit 5c8dd70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update/update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type StateEntry struct {
2121
LatestRelease ReleaseInfo `yaml:"latest_release"`
2222
}
2323

24-
// CheckForUpdate checks whether this software has had a newer relase on GitHub
24+
// CheckForUpdate checks whether this software has had a newer release on GitHub
2525
func CheckForUpdate(client *api.Client, stateFilePath, repo, currentVersion string) (*ReleaseInfo, error) {
2626
latestRelease, err := getLatestReleaseInfo(client, stateFilePath, repo, currentVersion)
2727
if err != nil {

0 commit comments

Comments
 (0)