spelling mistake. Remove unused variable
--- 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.
*/