From 449c5da90f6ab65a49139eb6c70be6004eb4ee31 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Thu, 6 Aug 2015 15:40:46 +0100 Subject: common: Fix typo in comment Signed-off-by: Frediano Ziglio --- 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]; -- cgit