aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Waller <[email protected]>2016-01-19 14:33:59 +0000
committerPeter Waller <[email protected]>2016-01-19 14:33:59 +0000
commit32e02482ca62bdb0319f3a851a49117b459a97fd (patch)
treeeaacec73d26d442c17cce9d2b738d269ccefdf2f
parentMerge pull request #14 from toqueteos/master (diff)
downloadgoupx-32e02482ca62bdb0319f3a851a49117b459a97fd.tar.xz
goupx-32e02482ca62bdb0319f3a851a49117b459a97fd.zip
Fix typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 012408c..5bc4865 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ Usage: `goupx [filename]`
Fixes the `PT_LOAD` offset of [filename] and then runs `upx`.
-This is only necessary for ELF executable (not Mach-O executables, for example).
+This is only necessary for ELF executables (not Mach-O executables, for example).
Based on [code found on the upx bugtracker](http://sourceforge.net/tracker/?func=detail&atid=102331&aid=3408066&group_id=2331).