Blame SOURCES/memstomp-rh961495.patch

e165a3
diff -Nrup a/memstomp.c b/memstomp.c
e165a3
--- a/memstomp.c	2011-03-30 21:27:19.000000000 -0600
e165a3
+++ b/memstomp.c	2013-05-09 22:23:39.210837345 -0600
e165a3
@@ -174,7 +174,7 @@ static void setup(void) {
e165a3
         initialized = true;
e165a3
 
e165a3
 	char prname[17];
e165a3
-        fprintf(stderr, "memstomp: "PACKAGE_VERSION" sucessfully initialized for process %s (pid %lu).\n",
e165a3
+        fprintf(stderr, "memstomp: "PACKAGE_VERSION" successfully initialized for process %s (pid %lu).\n",
e165a3
                 get_prname(prname), (unsigned long) getpid());
e165a3
 }
e165a3