diff options
author | Christophe Fergeau <cfergeau@redhat.com> | 2015-07-31 17:32:14 +0100 |
---|---|---|
committer | Christophe Fergeau <cfergeau@redhat.com> | 2015-08-11 17:24:36 +0200 |
commit | 295dadbf94db982e1508ea80a2ffad6b27187b22 (patch) | |
tree | 4eb8f91456c4541d47f3e2642b609a21c90c4e79 /server/char_device.h | |
parent | 3c39371b57df0dd19017757c2bda35265f0d297f (diff) |
Fix typo in comment in char_device.h
Diffstat (limited to 'server/char_device.h')
-rw-r--r-- | server/char_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/char_device.h b/server/char_device.h index c17a40d4..3dbc7610 100644 --- a/server/char_device.h +++ b/server/char_device.h @@ -13,7 +13,7 @@ * device attached: call spice_char_device_state_create * device detached: call spice_char_device_state_destroy/reset * - * client connected and assoicated with a device: spice_char_device_client_add + * client connected and associated with a device: spice_char_device_client_add * client disconnected: spice_char_device_client_remove * * Writing to the device |