Skip to content

Commit 61a6322

Browse files
Fix typos found by codespell (#650)
1 parent ea5b57f commit 61a6322

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/setup/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69290,7 +69290,7 @@ const core = __importStar(__nccwpck_require__(2186));
6929069290
const tc = __importStar(__nccwpck_require__(7784));
6929169291
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
6929269292
// This is where pip is, along with anything that pip installs.
69293-
// There is a seperate directory for `pip install --user`.
69293+
// There is a separate directory for `pip install --user`.
6929469294
//
6929569295
// For reference, these directories are as follows:
6929669296
// macOS / Linux:

docs/advanced-usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
with:
427427
python-version: "3.8.0"
428428
cache: "poetry"
429-
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
429+
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
430430
```
431431

432432
## Environment variables

src/find-python.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
1111

1212
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
1313
// This is where pip is, along with anything that pip installs.
14-
// There is a seperate directory for `pip install --user`.
14+
// There is a separate directory for `pip install --user`.
1515
//
1616
// For reference, these directories are as follows:
1717
// macOS / Linux:

0 commit comments

Comments
 (0)