diff options
author | Veres Lajos <vlajos@gmail.com> | 2015-08-09 00:17:27 +0100 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2015-08-10 22:06:27 +0100 |
commit | 9f68ed6b6d1a9c6436ce37913666165f2b180ee3 (patch) | |
tree | 353f0c636a1f27824afb150fc16692456a00d5f1 /depends/config.guess | |
parent | a4fe57da6207c1e5691a1e843d22db571f3f0186 (diff) |
typofixes (found by misspell_fixer)
Diffstat (limited to 'depends/config.guess')
-rwxr-xr-x | depends/config.guess | 2 |
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 ;; |