From 348ba8f7d05688c23d15bdb9b8620818516e9d98 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 4 Apr 2019 18:54:27 -0400 Subject: [PATCH] Correct type in `bin/doom` help --- bin/doom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/doom b/bin/doom index 92b66bd26..9178f630e 100755 --- a/bin/doom +++ b/bin/doom @@ -15,7 +15,7 @@ (bold "Usage:") (file-name-nondirectory load-file-name)) "\n" - "A command line interfacing for managing Doom Emacs; including\n" + "A command line interface for managing Doom Emacs; including\n" "package management, diagnostics, unit tests, and byte-compilation.\n" "\n" "This tool also makes it trivial to launch Emacs out of a different\n"