Skip to content

Commit

Permalink
Fix typos found by codespell (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Jul 13, 2023
1 parent ea5b57f commit 61a6322
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/setup/index.js
Expand Up @@ -69290,7 +69290,7 @@ const core = __importStar(__nccwpck_require__(2186));
const tc = __importStar(__nccwpck_require__(7784));
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
// This is where pip is, along with anything that pip installs.
// There is a seperate directory for `pip install --user`.
// There is a separate directory for `pip install --user`.
//
// For reference, these directories are as follows:
// macOS / Linux:
Expand Down
2 changes: 1 addition & 1 deletion docs/advanced-usage.md
Expand Up @@ -426,7 +426,7 @@ jobs:
with:
python-version: "3.8.0"
cache: "poetry"
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
```

## Environment variables
Expand Down
2 changes: 1 addition & 1 deletion src/find-python.ts
Expand Up @@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';

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

0 comments on commit 61a6322

Please sign in to comment.