Blame SOURCES/memstomp-rh961495.patch

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