Fixed a minor typo in the documentation of the Linker
@@ -90,7 +90,7 @@ | ||
90 | 90 | - (WIP) The old linked filtered out comments, need to implement this feature as well<br> |
91 | 91 | - removed some test code<br> |
92 | 92 | - fixed the loading of symbols from the library index file<br> |
93 | -- Fixed a problem of text file parsings. Mixed unix/dos cariage return would result in very long lines (containing many lines), leading to some crashes later on.<br> | |
93 | +- Fixed a problem of text file parsings. Mixed unix/dos carriage return would result in very long lines (containing many lines), leading to some crashes later on.<br> | |
94 | 94 | - Also fixed a problem in reporting the parsed files.<br> |
95 | 95 | |
96 | 96 | <p id=dateentry>Version 0.059</p> |
@@ -30,7 +30,7 @@ | ||
30 | 30 | - (WIP) The old linked filtered out comments, need to implement this feature as well |
31 | 31 | - removed some test code |
32 | 32 | - fixed the loading of symbols from the library index file |
33 | -- Fixed a problem of text file parsings. Mixed unix/dos cariage return would result in very long lines (containing many lines), leading to some crashes later on. | |
33 | +- Fixed a problem of text file parsings. Mixed unix/dos carriage return would result in very long lines (containing many lines), leading to some crashes later on. | |
34 | 34 | - Also fixed a problem in reporting the parsed files. |
35 | 35 | |
36 | 36 | 0.64 - 2016/01/17 |
@@ -48,6 +48,5 @@ | ||
48 | 48 | */ |
49 | 49 | |
50 | 50 | |
51 | - | |
52 | 51 | #define TOOL_VERSION_MAJOR 0 |
53 | 52 | #define TOOL_VERSION_MINOR 67 |