Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61a6322

Browse filesBrowse files
Fix typos found by codespell (actions#650)
1 parent ea5b57f commit 61a6322
Copy full SHA for 61a6322

File tree

Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+3
-3
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: docs/advanced-usage.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/find-python.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.