summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-21 14:56:30 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-21 14:56:30 (EST)
commit1a2dfa8408ce2cca72abf4f2a0c5ac49bc7c6cce (patch)
treeee32bbf4a4909bcd8dce35effa1840128cae7d6d
parent25d49c82ae3cab9779061878dedd2be70d2556f6 (diff)
Fix typographical error in oh-strip output.
-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.