You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
78
78
79
79
```bash
80
80
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.
0 commit comments