diff --git a/installer/lib/wrapper/freebsd/README.txt b/installer/lib/wrapper/freebsd/README.txt
index db9b5e39fd6c4181100857adadbf493531308563..a5c718b5f2e20c2a8babb5d711de935a53fd95ff 100644
--- a/installer/lib/wrapper/freebsd/README.txt
+++ b/installer/lib/wrapper/freebsd/README.txt
@@ -16,7 +16,7 @@ Omit "compile-c-unix" from the command-lines if you want to compile
 wrapper.jar too.
 
 Then strip the binaries:
-	strip --stip-unneeded bin/wrapper lib/libwrapper.so
+	strip --strip-unneeded bin/wrapper lib/libwrapper.so
 
 ...and turn off the executable bit:
 	chmod 644 bin/wrapper lib/libwrapper.so