Skip to content

Commit

Permalink
Typo fix (arduino#445)
Browse files Browse the repository at this point in the history
Change "Alredy" to "Already"
  • Loading branch information
lhanson authored and Massimiliano Pippi committed Oct 17, 2019
1 parent dc83887 commit 00ee257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/lib/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 00ee257

Please sign in to comment.