diff --git a/kernel/model/repository.go b/kernel/model/repository.go index ea8ba7f4a..17a63157e 100644 --- a/kernel/model/repository.go +++ b/kernel/model/repository.go @@ -553,7 +553,7 @@ func syncRepo(boot, exit, byHand bool) (err error) { absPath := filepath.Join(util.TempDir, "repo", "sync", "conflicts", file.Path) tree, loadTreeErr := loadTree(absPath, luteEngine) if nil != loadTreeErr { - logging.LogErrorf("loadd conflicted file [%s] failed: %s", absPath, loadTreeErr) + logging.LogErrorf("load conflicted file [%s] failed: %s", absPath, loadTreeErr) continue } tree.Box = boxID