Blame SOURCES/memstomp-rh961495.patch

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