summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2017-04-04 12:37:43 +0200
committerJakub Wilk <jwilk@jwilk.net>2017-04-04 12:37:43 +0200
commit38b438c40a117b6454de71ef034b262ae58b1f4c (patch)
treee83eb6807617e7f920e079d5df0e57b69c99497f
parent382246efb1223b71d8f8d4105c7c71366a974ce7 (diff)
downloadpatchelf-38b438c40a117b6454de71ef034b262ae58b1f4c.tar.gz
Fix typos
-rw-r--r--README2
-rw-r--r--patchelf.12
-rw-r--r--patchelf.spec.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index 406cefd..565a110 100644
--- a/README
+++ b/README
@@ -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:
diff --git a/patchelf.1 b/patchelf.1
index ecf4217..43a5d24 100644
--- a/patchelf.1
+++ b/patchelf.1
@@ -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"
diff --git a/patchelf.spec.in b/patchelf.spec.in
index a361554..d0f326f 100644
--- a/patchelf.spec.in
+++ b/patchelf.spec.in
@@ -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.