Fix typo in make-binary-wrapper

This commit is contained in:
Jacek Galowicz
2021-12-08 10:26:17 +00:00
parent 2b103ab8a1
commit f3b16a6b5d
@@ -144,7 +144,7 @@ makeCWrapper() {
inherit_argv0=1
;;
*) # Using an error macro, we will make sure the compiler gives an understandable error message
main="$main #error makeCWrapper: Uknown argument ${p}"$'\n'
main="$main #error makeCWrapper: Unknown argument ${p}"$'\n'
;;
esac
done