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