Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 3a01ffa

Browse files
committed
Fix typo
1 parent 2f283f4 commit 3a01ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/arduinoSettings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ export class ArduinoSettings implements IArduinoSettings {
263263
// 2. Resolve arduino path from the bundled arduino-cli, if CLI support is enabled.
264264
const bundledPath = await this.bundledArduinoCliPath();
265265
if (bundledPath && this._useArduinoCli && !this._commandPath) {
266-
// The extension VSIX stipped the executable bit, so we need to set it.
266+
// The extension VSIX stripped the executable bit, so we need to set it.
267267
// 0x755 means rwxr-xr-x (read and execute for everyone, write for owner).
268268
await chmod(bundledPath, 0o755);
269269
this._usingBundledArduinoCli = true;

0 commit comments

Comments
 (0)