[Spice-devel] [PATCH] common: Fix typo in comment

Frediano Ziglio fziglio at redhat.com
Mon Aug 17 03:32:00 PDT 2015


Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 common/marshaller.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/marshaller.c b/common/marshaller.c
index bd012d7..55b9d51 100644
--- a/common/marshaller.c
+++ b/common/marshaller.c
@@ -80,7 +80,7 @@ struct SpiceMarshaller {
     MarshallerRef pointer_ref;
 
     int n_items;
-    int items_size; /* number of items availible in items */
+    int items_size; /* number of items available in items */
     MarshallerItem *items;
 
     MarshallerItem static_items[N_STATIC_ITEMS];
-- 
2.4.3



More information about the Spice-devel mailing list