Fix typos

This commit is contained in:
Jakub Wilk
2017-04-04 12:37:43 +02:00
parent 382246efb1
commit 38b438c40a
3 changed files with 3 additions and 3 deletions

2
README
View File

@@ -1,4 +1,4 @@
PatchELF is a simple utility for modifing existing ELF executables and
PatchELF is a simple utility for modifying existing ELF executables and
libraries. In particular, it can do the following:
* Change the dynamic loader ("ELF interpreter") of executables:

View File

@@ -75,7 +75,7 @@ Replaces a declared dependency on a dynamic library with another one (DT_NEEDED)
This option can be give multiple times.
.IP "--remove-needed LIBRARY"
Removes a declared depency on LIBRARY (DT_NEEDED entry). This
Removes a declared dependency on LIBRARY (DT_NEEDED entry). This
option can be given multiple times.
.IP "--no-default-lib"

View File

@@ -12,7 +12,7 @@ Prefix: /usr
%description
PatchELF is a simple utility for modifing existing ELF executables and
PatchELF is a simple utility for modifying existing ELF executables and
libraries. It can change the dynamic loader ("ELF interpreter") of
executables and change the RPATH of executables and libraries.