typofixes (found by misspell_fixer)

This commit is contained in:
Veres Lajos
2015-08-09 00:17:27 +01:00
parent a4fe57da62
commit 9f68ed6b6d
20 changed files with 23 additions and 23 deletions

View File

@@ -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 ;;