[Spice-devel] udscs: A spelling fix in a comment
Francois Gouget
fgouget at codeweavers.com
Fri Apr 7 08:20:59 UTC 2017
Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
src/udscs.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/udscs.h b/src/udscs.h
index 6160568..7b6bff0 100644
--- a/src/udscs.h
+++ b/src/udscs.h
@@ -53,7 +53,7 @@ typedef void (*udscs_read_callback)(struct udscs_connection **connp,
* this callback has completed!
* 2) This callback is always called, even if the disconnect is initiated
* by the udscs user through returning -1 from a read callback, or
- * by explictly calling udscs_destroy_connection.
+ * by explicitly calling udscs_destroy_connection.
*/
typedef void (*udscs_disconnect_callback)(struct udscs_connection *conn);
--
2.11.0
More information about the Spice-devel
mailing list