diff options
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. |