From: Reto Schneider <github@reto-schneider.ch>
Date: Thu, 5 Jul 2012 22:48:31 +0000 (+0200)
Subject: Fix typo.
X-Git-Tag: v0.1.3~17^2~1
X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/a906fd627598aaf54bd78f536472e61668ce089f?hp=69d3f89c0ad1b04bf78537726bd1ad891d94855a

Fix typo.
---

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 <http://www.gnu.org/licenses/>.
  */
 
-/* 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