fixed welcome message
diff --git a/tests/zstreamtest.c b/tests/zstreamtest.c
index edfb07e..f5f0eec 100644
--- a/tests/zstreamtest.c
+++ b/tests/zstreamtest.c
@@ -668,7 +668,7 @@
     }   }   }   /* for(argNb=1; argNb<argc; argNb++) */
 
     /* Get Seed */
-    DISPLAY("Starting zstd_buffered tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), ZSTD_VERSION_STRING);
+    DISPLAY("Starting zstream tester (%i-bits, %s)\n", (int)(sizeof(size_t)*8), ZSTD_VERSION_STRING);
 
     if (!seedset) seed = FUZ_GetMilliStart() % 10000;
     DISPLAY("Seed = %u\n", seed);