Skip to content

Commit 3afb2cf

Browse files
committed
docs: fix succesful -> successful in fuzz_introspector
Two occurrences in docs/advanced-topics/fuzz_introspector.md. Codespell also flags 'rouge' in docs/Gemfile.lock but that's the Ruby syntax-highlighter gem name (https://github.com/rouge-ruby/rouge), not a typo.
1 parent ac3b0ba commit 3afb2cf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/advanced-topics/fuzz_introspector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ seconds.
7474
$ python3 infra/helper.py introspector libdwarf --seconds=30
7575
```
7676

77-
If the above command was succesful, you should see output along the lines of:
77+
If the above command was successful, you should see output along the lines of:
7878

7979
```bash
8080
INFO:root:To browse the report, run: python3 -m http.server 8008 --directory /home/my_user/oss-fuzz/build/out/libdwarf/introspector-report/inspector and navigate to localhost:8008/fuzz_report.html in your browser
@@ -91,7 +91,7 @@ and will extract code coverage based on the publicly available corpora.
9191
$ python3 infra/helper.py introspector libdwarf --public-corpora
9292
```
9393

94-
Assuming the above command is succesful you can view the report using `python3 -m http.server`
94+
Assuming the above command is successful you can view the report using `python3 -m http.server`
9595
following the example described above.
9696

9797

0 commit comments

Comments
 (0)