diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-01-04 20:46:36 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2015-01-04 20:46:36 +0000 |
commit | 69dff860907320c6aa81efb945444aee92e1f168 (patch) | |
tree | 173063a5a783b440a0432a08db29be1f320f4b2f /compiler/msgtxt.inc | |
parent | 1e3877f03e33459b6feab3ce1f16cda80d0bc7e1 (diff) | |
download | fpc-69dff860907320c6aa81efb945444aee92e1f168.tar.gz |
* patch by Yuri Zaporozhets to fix typos in text messages, resolves #27250
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@29396 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/msgtxt.inc')
-rw-r--r-- | compiler/msgtxt.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/msgtxt.inc b/compiler/msgtxt.inc index 11b3ca5748..b3ac2d5810 100644 --- a/compiler/msgtxt.inc +++ b/compiler/msgtxt.inc @@ -1299,7 +1299,7 @@ const msgtxt : array[0..000310,1..240] of char=( '3*2Aelf_ELF (Linux) using internal writer'#010+ '3*2Acoff_COFF (Go32v2) using internal writer'#010+ '3*2Apecoff_PE-COFF (Win32) using internal writer'#010+ - '3*2Ayasm_Assmeble usi','ng Yasm (experimental)'#010+ + '3*2Ayasm_Assemble usi','ng Yasm (experimental)'#010+ '4*2Aas_Assemble using GNU AS'#010+ '4*2Agas_Assemble using GNU GAS'#010+ '4*2Agas-darwin_Assemble darwin Mach-O64 using GNU GAS'#010+ |