Skip to content

Commit

Permalink
Merge pull request #3371 from pombredanne/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo
  • Loading branch information
ESultanik authored May 10, 2023
2 parents a2b5943 + db9dd8d commit f399084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ with open("file_to_test", "rb") as f:
```

### Debugging the libmagic DSL
`libmagic` has an esoteric, poorly documented doman-specific language (DSL) for specifying its matching signatures.
`libmagic` has an esoteric, poorly documented domain-specific language (DSL) for specifying its matching signatures.
You can read the minimal and—as we have discovered in our cleanroom implementation—_incomplete_ documentation by running
`man 5 magic`. PolyFile implements an interactive debugger for stepping through the DSL specifications, modeled after
GDB. You can enter this debugger by passing the `--debugger` or `-db` argument to PolyFile. It is useful for both
Expand Down

0 comments on commit f399084

Please sign in to comment.