Thanks to petrus for noticing and reporting.
... | ... |
@@ -32,7 +32,7 @@ |
32 | 32 |
|
33 | 33 |
typedef int (*socket_function_type)(int, int, int); |
34 | 34 |
|
35 |
-/* Pointer to the actual scoket symbol. */ |
|
35 |
+/* Pointer to the actual socket symbol. */ |
|
36 | 36 |
socket_function_type so_priority_socket = NULL; |
37 | 37 |
|
38 | 38 |
/* SO_PRIORITY value to set; can be configured using the SO_PRIORITY_VALUE environment variable. */ |