Commit 00ee2571 authored by Lyle Hanson's avatar Lyle Hanson Committed by Massimiliano Pippi

Typo fix (#445)

Change "Alredy" to "Already"
parent dc83887c
......@@ -59,7 +59,7 @@ func installLibrary(lm *librariesmanager.LibrariesManager, libRelease *libraries
logrus.WithField("library", libRelease).Info("Installing library")
libPath, libReplaced, err := lm.InstallPrerequisiteCheck(libRelease)
if err == librariesmanager.ErrAlreadyInstalled {
taskCB(&rpc.TaskProgress{Message: "Alredy installed " + libRelease.String(), Completed: true})
taskCB(&rpc.TaskProgress{Message: "Already installed " + libRelease.String(), Completed: true})
return nil
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment