Fix a spelling error

This commit is contained in:
Serge Lamikhov-Center 2020-09-09 22:37:42 +03:00
parent 5c4ff1aa18
commit 71b6b9ba0c
3 changed files with 3 additions and 3 deletions

2
README
View File

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

View File

@ -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)*.

View File

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