Skip to content

Commit e0651e4

Browse files
authored
Merge pull request #6434 from TakayukiMatsuo/fixtypo
Fixed some typos in Japanese help in examples/client
2 parents 8e3afbd + c2c97c2 commit e0651e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/client/client.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ static const char* client_usage_msg[][70] = {
14461446
#ifdef HAVE_TRUSTED_CA
14471447
"-5 信頼できる認証局の鍵表示を使用する\n", /* 63 */
14481448
#endif
1449-
"-6 WANT_WRITE エラーを全てのIO 送信でシュミレートします\n",
1449+
"-6 WANT_WRITE エラーを全てのIO 送信でシミュレートします\n",
14501450
#ifdef HAVE_CURVE448
14511451
"-8 鍵交換に X448 を使用する\n", /* 66 */
14521452
#endif
@@ -1489,7 +1489,7 @@ static const char* client_usage_msg[][70] = {
14891489
"--openssl-psk Use TLS 1.3 PSK callback compatible with OpenSSL\n", /* 74 */
14901490
#endif
14911491
"\n"
1492-
"より簡単なwolfSSL TSL クライアントの例については"
1492+
"より簡単なwolfSSL TLS クライアントの例については"
14931493
"下記にアクセスしてください\n"
14941494
"https://github.com/wolfSSL/wolfssl-examples/tree/master/tls\n", /* 75 */
14951495
NULL,

0 commit comments

Comments
 (0)