diff options
author | Yerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com> | 2021-04-06 21:44:36 +0100 |
---|---|---|
committer | Yerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com> | 2021-04-07 19:26:25 +0100 |
commit | 94c7dd9ac810a60f9c818c494273ad798cbac34b (patch) | |
tree | 93c669eb7365ba6aa7d2704bab5f02ffdab6c2fa /contrib/guix/guix-build | |
parent | 9be7fe4849310884294669b019dd8300f69bc334 (diff) |
doc: Fix typos from codespell lint
Diffstat (limited to 'contrib/guix/guix-build')
-rwxr-xr-x | contrib/guix/guix-build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build index da127b54aa..7e436e4246 100755 --- a/contrib/guix/guix-build +++ b/contrib/guix/guix-build @@ -15,7 +15,7 @@ source "$(dirname "${BASH_SOURCE[0]}")/libexec/prelude.bash" ################### ################ -# Required non-builtin commands should be invokable +# Required non-builtin commands should be invocable ################ check_tools cat mkdir make git guix |