diff options
Diffstat (limited to 'gcc/ada/gen-soccon.c')
-rw-r--r-- | gcc/ada/gen-soccon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/gen-soccon.c b/gcc/ada/gen-soccon.c index ec513f61935..a4dd957d67c 100644 --- a/gcc/ada/gen-soccon.c +++ b/gcc/ada/gen-soccon.c @@ -639,7 +639,7 @@ _NL CND(WSASYSNOTREADY, "System not ready") CND(WSAVERNOTSUPPORTED, "Version not supported") -CND(WSANOTINITIALISED, "Winsock not intialized") +CND(WSANOTINITIALISED, "Winsock not initialized") CND(WSAEDISCON, "Disconnected") #endif |