diff --git a/tools/ps_analyze.sh b/tools/ps_analyze.sh
index 5322965b863393edb8bd9e108beb253157e4c134..334aff3c1a6af0f60eff70ce29560b8213ce1233 100755
--- a/tools/ps_analyze.sh
+++ b/tools/ps_analyze.sh
@@ -174,7 +174,7 @@ check_options()
 			shift 2 
 			;;
 		--integer_warnings_only)
-			echo "integer transfor: warnings only enabled"
+			echo "integer transform: warnings only enabled"
 			intxform_warnings_only=1
 			shift 
 			;;