Skip to content

Commit

Permalink
Merge pull request #119 from jwilk/spelling
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
domenkozar committed Apr 4, 2017
2 parents 382246e + 38b438c commit ccc9cf1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion patchelf.1
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion patchelf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit ccc9cf1

Please sign in to comment.