Blame SOURCES/memstomp-rh961495.patch

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