From 01900b640e35ba9a7a22545f76be75a45394d391 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 18 Feb 2022 10:15:50 -0500 Subject: Fix varous source documentation typos Found via `codespell -q 3 -S ./ChangeLog -L ake,ba,msdos,paralel,te` --- doc/web/man/distccmon_text_1.html | 2 +- man/distccmon-text.1 | 2 +- src/auth_distcc.c | 2 +- src/auth_distccd.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/web/man/distccmon_text_1.html b/doc/web/man/distccmon_text_1.html index 97e77d4..d4fef54 100644 --- a/doc/web/man/distccmon_text_1.html +++ b/doc/web/man/distccmon_text_1.html @@ -94,7 +94,7 @@ ID of the distcc client process.
Identifies the phase of operation. In order these may be "Startup", "Blocked", "Connected", "Preprocess", -"Conect", "Send", "Receive" and +"Connect", "Send", "Receive" and "Done".
diff --git a/man/distccmon-text.1 b/man/distccmon-text.1 index 4526113..a9e5dce 100644 --- a/man/distccmon-text.1 +++ b/man/distccmon-text.1 @@ -27,7 +27,7 @@ ID of the distcc client process. .TP .I STATE Identifies the phase of operation. In order these may be "Startup", -"Blocked", "Connected", "Preprocess", "Conect", "Send", "Receive" and +"Blocked", "Connected", "Preprocess", "Connect", "Send", "Receive" and "Done". .TP .I FILE diff --git a/src/auth_distcc.c b/src/auth_distcc.c index 1a83306..78f68ca 100644 --- a/src/auth_distcc.c +++ b/src/auth_distcc.c @@ -262,7 +262,7 @@ static int dcc_gssapi_establish_secure_context(const struct dcc_hostdef *host, /* * Attempt handshake exchange with the server to indicate client's - * desire to authentciate. + * desire to authenticate. * * @param to_net_sd. Socket to write to. * diff --git a/src/auth_distccd.c b/src/auth_distccd.c index a26d168..a4a58a0 100644 --- a/src/auth_distccd.c +++ b/src/auth_distccd.c @@ -238,7 +238,7 @@ static int dcc_gssapi_accept_secure_context(int to_net_sd, /* * Attempt handshake exchange with the client to indicate server's - * desire to authentciate. + * desire to authenticate. * * @param from_net_sd. Socket to read from. * -- cgit v1.2.1