From a906fd627598aaf54bd78f536472e61668ce089f Mon Sep 17 00:00:00 2001 From: Reto Schneider Date: Fri, 6 Jul 2012 00:48:31 +0200 Subject: [PATCH] Fix typo. --- src/serialize.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serialize.h b/src/serialize.h index e2dd7d4..f1869c9 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -16,7 +16,7 @@ * along with this program. If not, see . */ -/* You can transform a serializazion block of code which uses put-* into the +/* You can transform a serialization block of code which uses put-* into the * correspondent unserialization block with this vim substitution pattern: * * s/put_\([^(]*\)(\([^,]*\),\s*\([^)]*\))/\2 = get_\1(\3)/g -- 2.1.4