diff options
author | P. 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) |
commit | 1a2dfa8408ce2cca72abf4f2a0c5ac49bc7c6cce (patch) | |
tree | ee32bbf4a4909bcd8dce35effa1840128cae7d6d | |
parent | 25d49c82ae3cab9779061878dedd2be70d2556f6 (diff) |
Fix typographical error in oh-strip output.
-rw-r--r-- | src/oh-strip | 2 |
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. |