From 50f4faa17ec4b713f5cc9fe3c793abf3a145d4d0 Mon Sep 17 00:00:00 2001
From: Terraneo Federico <fede.tft@miosix.org>
Date: Tue, 8 May 2018 20:57:39 +0200
Subject: [PATCH] Documentation

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bbd5505..6a63fbe 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ terminator, followed by the object itself.
 
 ## What are the limitations
 
-* Only objects with a flat meory layout, i.e. without pointers, references, virtual functions can be serialized
+* Only objects with a flat memory layout, i.e. without pointers, references, virtual functions can be serialized
 * The serialization format is not portable between different machines if
   * the endianness of the two machines differ
   * the C++ name mangling scheme differs (e.g: Windows has its own incompatible name mangling scheme)
-- 
GitLab