Skip to content

Commit 00ee257

Browse files
lhansonMassimiliano Pippi
authored and
Massimiliano Pippi
committed
Typo fix (#445)
Change "Alredy" to "Already"
1 parent dc83887 commit 00ee257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/lib/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func installLibrary(lm *librariesmanager.LibrariesManager, libRelease *libraries
5959
logrus.WithField("library", libRelease).Info("Installing library")
6060
libPath, libReplaced, err := lm.InstallPrerequisiteCheck(libRelease)
6161
if err == librariesmanager.ErrAlreadyInstalled {
62-
taskCB(&rpc.TaskProgress{Message: "Alredy installed " + libRelease.String(), Completed: true})
62+
taskCB(&rpc.TaskProgress{Message: "Already installed " + libRelease.String(), Completed: true})
6363
return nil
6464
}
6565

0 commit comments

Comments
 (0)