Commit 152055c4 authored by Cristian Maglie's avatar Cristian Maglie

Fixed misspells

parent daee3c68
......@@ -317,7 +317,7 @@ func (tr *ToolReleaseActions) Get() (*cores.ToolRelease, error) {
return tr.release, nil
}
// GetInstalledPlatformRelease returns the PlatformRelease installed (it is choosen)
// GetInstalledPlatformRelease returns the PlatformRelease installed (it is chosen)
func (pm *PackageManager) GetInstalledPlatformRelease(platform *cores.Platform) *cores.PlatformRelease {
releases := platform.GetAllInstalled()
if len(releases) == 0 {
......
......@@ -35,7 +35,7 @@ type Configuration struct {
// SketchbookDir represents the current root of the sketchbooks tree (defaulted to `$HOME/Arduino`).
SketchbookDir *paths.Path
// ArduinoIDEDirectory is the directory of the Arduino IDE if the CLI runs togheter with it.
// ArduinoIDEDirectory is the directory of the Arduino IDE if the CLI runs together with it.
ArduinoIDEDirectory *paths.Path
// IDEBundledCheckResult contains the result of the check to see if the CLI is bundled with the IDE:
......
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