Correct typoes

This commit is contained in:
Dmitry Sharshakov 2020-02-16 17:28:03 +03:00
parent 10ea161f92
commit b67bb55383
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ type StateEntry struct {
LatestRelease ReleaseInfo `yaml:"latest_release"`
}
// CheckForUpdate checks whether this software has had a newer relase on GitHub
// CheckForUpdate checks whether this software has had a newer release on GitHub
func CheckForUpdate(client *api.Client, stateFilePath, repo, currentVersion string) (*ReleaseInfo, error) {
latestRelease, err := getLatestReleaseInfo(client, stateFilePath, repo, currentVersion)
if err != nil {