[Spice-devel] [PATCH spice-server 15/30] Fix typo in comment

Frediano Ziglio fziglio at redhat.com
Mon Nov 21 12:52:02 UTC 2016


---
 server/websocket.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/websocket.c b/server/websocket.c
index a92e07d..de48b3b 100644
--- a/server/websocket.c
+++ b/server/websocket.c
@@ -56,7 +56,7 @@
 
 static void websocket_ack_close(void *opaque, websocket_write_cb_t write_cb);
 
-/* Perform a case insenstive search for needle in haystack.
+/* Perform a case insensitive search for needle in haystack.
    If found, return a pointer to the byte after the end of needle.
    Otherwise, return NULL */
 static gchar *find_str(gchar *haystack, const char *needle)
-- 
2.7.4



More information about the Spice-devel mailing list