OSDN Git Service

Corrected English spelling mistakes ("address").
authorEric Branlund <ebranlund@fastmail.com>
Mon, 1 Feb 2021 16:31:16 +0000 (08:31 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 1 Feb 2021 16:31:16 +0000 (08:31 -0800)
src/io/inet.c

index c2638b9..d618301 100644 (file)
@@ -209,7 +209,7 @@ int connect_server(int timeout, concptr host, int port)
 #ifdef JP
             errstr = "エラー: プロキシのアドレスが不正です";
 #else
-            errstr = "Error : wrong proxy addres";
+            errstr = "Error : wrong proxy address";
 #endif
 
             restore_signal();
@@ -220,7 +220,7 @@ int connect_server(int timeout, concptr host, int port)
 #ifdef JP
         errstr = "エラー: サーバのアドレスが不正です";
 #else
-        errstr = "Error : wrong server adress";
+        errstr = "Error : wrong server address";
 #endif
 
         restore_signal();