Skip to content

Commit 152055c

Browse files
committed
Fixed misspells
1 parent daee3c6 commit 152055c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arduino/cores/packagemanager/package_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ func (tr *ToolReleaseActions) Get() (*cores.ToolRelease, error) {
317317
return tr.release, nil
318318
}
319319

320-
// GetInstalledPlatformRelease returns the PlatformRelease installed (it is choosen)
320+
// GetInstalledPlatformRelease returns the PlatformRelease installed (it is chosen)
321321
func (pm *PackageManager) GetInstalledPlatformRelease(platform *cores.Platform) *cores.PlatformRelease {
322322
releases := platform.GetAllInstalled()
323323
if len(releases) == 0 {

configs/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Configuration struct {
3535
// SketchbookDir represents the current root of the sketchbooks tree (defaulted to `$HOME/Arduino`).
3636
SketchbookDir *paths.Path
3737

38-
// ArduinoIDEDirectory is the directory of the Arduino IDE if the CLI runs togheter with it.
38+
// ArduinoIDEDirectory is the directory of the Arduino IDE if the CLI runs together with it.
3939
ArduinoIDEDirectory *paths.Path
4040

4141
// IDEBundledCheckResult contains the result of the check to see if the CLI is bundled with the IDE:

0 commit comments

Comments
 (0)