From db9dd8d00cb86ceee04bf8b8fde6ff404d6f42d5 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Thu, 16 Jun 2022 14:48:33 +0200 Subject: [PATCH] Fix minor typo Signed-off-by: Philippe Ombredanne --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c346cb15..37e1f48b 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,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