Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
N0W0RK committed Jul 29, 2024
1 parent f36626f commit c98e6eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions supporting_scripts/generate_code_cov_table/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ The output can be printed to the commandline using the `--print-results` option.

### Linux

On linux, pyperclip requires either `xclip` or `xsel` to be installed.
Alternativley, the python modules `qtpy` or `PyQT5` have to present.
If no option to insert text into the clipboard is found, to script falls back to printing to stdout.
On Linux, `pyperclip` requires either `xclip` or `xsel` to be installed.
Alternatively, the Python modules `qtpy` or `PyQT5` have to be present.
If no option to insert text into the clipboard is found, the script falls back to printing to stdout.

**You will have to manually adjust the confirmation column for each file!**

0 comments on commit c98e6eb

Please sign in to comment.