summaryrefslogtreecommitdiffstats
path: root/modules/updatechecker/update_checker.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/updatechecker/update_checker.go')
-rw-r--r--modules/updatechecker/update_checker.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/updatechecker/update_checker.go b/modules/updatechecker/update_checker.go
index 149a8462f6..b144166ee9 100644
--- a/modules/updatechecker/update_checker.go
+++ b/modules/updatechecker/update_checker.go
@@ -68,7 +68,7 @@ func UpdateRemoteVersion(version string) (err error) {
return appstate.AppState.Set(&CheckerState{LatestVersion: version})
}
-// GetRemoteVersion returns the current remote version (or currently installed verson if fail to fetch from DB)
+// GetRemoteVersion returns the current remote version (or currently installed version if fail to fetch from DB)
func GetRemoteVersion() string {
item := new(CheckerState)
if err := appstate.AppState.Get(item); err != nil {