mirror of
https://github.com/serge1/ELFIO.git
synced 2024-12-26 18:15:40 +00:00
Fix a spelling error
This commit is contained in:
parent
5c4ff1aa18
commit
71b6b9ba0c
2
README
2
README
@ -1,4 +1,4 @@
|
||||
ELFIO is a header-only C++ library intended for reading and generating
|
||||
files in the ELF binary format. It is used as a standalone library - it is not
|
||||
dependant on any other product or project. Adhering to ISO C++, it compiles on
|
||||
dependent on any other product or project. Adhering to ISO C++, it compiles on
|
||||
a wide variety of architectures and compilers.
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
ELFIO is a header-only C++ library intended for reading and generating
|
||||
files in the ELF binary format. It is used as a standalone library - it is not
|
||||
dependant on any other product or project. Adhering to ISO C++, it compiles on
|
||||
dependent on any other product or project. Adhering to ISO C++, it compiles on
|
||||
a wide variety of architectures and compilers.
|
||||
|
||||
The full library documentation can be found in *[ELFIO - Tutorial and User Manual](http://elfio.sourceforge.net/elfio.pdf)*.
|
||||
|
@ -48,7 +48,7 @@ repositories
|
||||
reading and generating files in ELF binary format.
|
||||
</p>
|
||||
<p>
|
||||
It is used as a standalone library - it is not dependant on any other product
|
||||
It is used as a standalone library - it is not dependent on any other product
|
||||
or project. Adhering to ISO C++, it compiles on a wide variety of architectures
|
||||
and compilers.
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user