From 1a2dfa8408ce2cca72abf4f2a0c5ac49bc7c6cce Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sat, 21 Jan 2012 14:56:30 -0500 Subject: Fix typographical error in oh-strip output. --- 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. -- cgit v0.9.1