diff options
author | Frediano Ziglio <fziglio@redhat.com> | 2015-08-06 15:40:46 +0100 |
---|---|---|
committer | Frediano Ziglio <fziglio@redhat.com> | 2015-08-14 19:19:24 +0100 |
commit | 449c5da90f6ab65a49139eb6c70be6004eb4ee31 (patch) | |
tree | b73d9f7156cdf68c0764d524216e7024ae7f7894 /common | |
parent | dd63a3b656bd11af7d97317f2de0824cd6cef5da (diff) |
common: Fix typo in comment
Signed-off-by: Frediano Ziglio <fziglio@redhat.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/marshaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |