Fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos 2023-06-05 20:00:03 +02:00
parent bd6b4b6205
commit 003523a548
No known key found for this signature in database
GPG key ID: 95998121D9D25F5D
4 changed files with 78 additions and 78 deletions

View file

@ -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: