aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2022-02-17 12:54:39 +0100
committerJon Atack <jon@atack.com>2022-02-21 19:07:29 +0100
commit48742693acc9de837735674057c9aae2fe90bd1d (patch)
tree77aafdc1af1ed5016ef365e07dce7c63496d3aab /contrib
parente670edd43441ecb6e5978d65348501c57d856030 (diff)
downloadbitcoin-48742693acc9de837735674057c9aae2fe90bd1d.tar.xz
Replace "can not" with "cannot" in docs, user messages, and tests
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/guix/guix-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/guix/guix-build b/contrib/guix/guix-build
index 2d44ad0365..b38f91f3c7 100755
--- a/contrib/guix/guix-build
+++ b/contrib/guix/guix-build
@@ -192,7 +192,7 @@ fi
if ! getent services http https ftp > /dev/null 2>&1; then
cat << EOF
-ERR: Your system's C library can not find service database entries for at least
+ERR: Your system's C library cannot find service database entries for at least
one of the following services: http, https, ftp.
Hint: Most likely, /etc/services does not exist yet (common for docker images