summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/oh-strip2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/oh-strip b/src/oh-strip
index ee93485..afc4805 100644
--- a/src/oh-strip
+++ b/src/oh-strip
@@ -65,7 +65,7 @@ fi
# Iterate over object files.
while [ ${#} -gt 0 ]; do
- printf 'oh-strip: Stripping symbols fom file "%s"...\n' "${1}"
+ printf 'oh-strip: Stripping symbols from file "%s"...\n' "${1}"
# XXX: For some reason, this doesn't seem to work.