diff options
author | Thijs Triemstra <info@collab.nl> | 2023-02-20 17:06:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-20 11:06:25 -0500 |
commit | 848a78d1a548cfe28af20d5d0ab021558368cfae (patch) | |
tree | 8a8b3ea53c6b105171579643f1995d2394d877a9 /docs/Debugging.md | |
parent | aca0c71a2b2eb1679923ca2491aadad38cc43081 (diff) | |
download | kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.tar.gz kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.tar.xz kutter-848a78d1a548cfe28af20d5d0ab021558368cfae.zip |
docs: Fix typos (#6032)
Signed-off-by: Thijs Triemstra <info@collab.nl>
Diffstat (limited to 'docs/Debugging.md')
-rw-r--r-- | docs/Debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Debugging.md b/docs/Debugging.md index 8fd69b5e..be3699c2 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -216,7 +216,7 @@ after the above compilation: ``` ls ./build/pysimulavr/_pysimulavr.*.so ``` -This commmand should report a specific file (e.g. +This command should report a specific file (e.g. **./build/pysimulavr/_pysimulavr.cpython-39-x86_64-linux-gnu.so**) and not an error. |