Skip to content

Commit f399084

Browse files
authored
Merge pull request #3371 from pombredanne/patch-1
Fix minor typo
2 parents a2b5943 + db9dd8d commit f399084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ with open("file_to_test", "rb") as f:
193193
```
194194

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

0 commit comments

Comments
 (0)