spelling mistake. Remove unused variable fix
authortimothy.murphy@nokia.com
Mon, 01 Mar 2010 17:49:12 +0200
branchfix
changeset 287 4c84bb0f4c67
parent 286 366461bbefae
child 288 80540207516e
spelling mistake. Remove unused variable
sbsv2/raptor/util/talon/talon.c
--- a/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 01:04:37 2010 +0200
+++ b/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 17:49:12 2010 +0200
@@ -244,12 +244,10 @@
 #ifdef HAS_WINSOCK2
 	WSADATA wsaData;
 
-	int wsaresult;
-
-	wsaresult = WSAStartup(MAKEWORD(2,2), &wsaData);
+	WSAStartup(MAKEWORD(2,2), &wsaData);
 
 	/* We ignore the result as we are only doing this to use gethostname
-	   and if that fails then leaving the host atrtibute blank is perfectly
+	   and if that fails then leaving the host attribute blank is perfectly
 	   acceptable.
 	*/