aboutsummaryrefslogtreecommitdiff
path: root/depends
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2015-08-09 00:17:27 +0100
committerLuke Dashjr <luke-jr+git@utopios.org>2015-09-22 00:43:15 +0000
commit45bfa137efe84d772e58512630a2ae7a1b5fd55a (patch)
treefd0617f7983c64bf570e573d66f36e085c0e067d /depends
parent21c406eda0e936d8575715068b050ff9124e6b2e (diff)
downloadbitcoin-45bfa137efe84d772e58512630a2ae7a1b5fd55a.tar.xz
PARTIAL: typofixes (found by misspell_fixer)
Upstream: 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (PR #6539)
Diffstat (limited to 'depends')
-rwxr-xr-xdepends/config.guess2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/config.guess b/depends/config.guess
index f7eb141e75..f357ec6c8f 100755
--- a/depends/config.guess
+++ b/depends/config.guess
@@ -1117,7 +1117,7 @@ EOF
# uname -m prints for DJGPP always 'pc', but it prints nothing about
# the processor, so we play safe by assuming i586.
# Note: whatever this is, it MUST be the same as what config.sub
- # prints for the "djgpp" host, or else GDB configury will decide that
+ # prints for the "djgpp" host, or else GDB configure will decide that
# this is a cross-build.
echo i586-pc-msdosdjgpp
exit ;;