Skip to content

Commit d028c50

Browse files
committed
Fix typos in README files.
1 parent 194a383 commit d028c50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lessons/07/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Here we will be fuzzing [libxml2]. During this lesson we will:
1010
### Build the library
1111

1212
```bash
13-
tar xzf libxml.tgz
13+
tar xzf libxml2.tgz
1414
cd libxml2
1515

1616
./autogen.sh

lessons/08/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Run two more fuzzer instances. One with the seed corpus:
7070
mkdir corpus3
7171
./libpng_read_fuzzer -max_len=2048 -max_total_time=300 -print_final_stats=1 \
7272
-timeout=5 corpus3 seed_corpus
73-
``
73+
```
7474

7575
And another one with the seed corpus and the dictionary (super-combo!):
7676

0 commit comments

Comments
 (0)