summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluz paz <luzpaz@users.noreply.github.com>2022-02-18 10:15:50 -0500
committerluz paz <luzpaz@users.noreply.github.com>2022-02-18 10:15:58 -0500
commit01900b640e35ba9a7a22545f76be75a45394d391 (patch)
treea1eb22834e02b5426eacf9c167aad17f7a9299a6
parentfae8362d4cacc8ebecdbd9b7adf5de853a10ead5 (diff)
downloaddistcc-git-01900b640e35ba9a7a22545f76be75a45394d391.tar.gz
Fix varous source documentation typos
Found via `codespell -q 3 -S ./ChangeLog -L ake,ba,msdos,paralel,te`
-rw-r--r--doc/web/man/distccmon_text_1.html2
-rw-r--r--man/distccmon-text.12
-rw-r--r--src/auth_distcc.c2
-rw-r--r--src/auth_distccd.c2
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.<BR>
<DD>
Identifies the phase of operation. In order these may be &quot;Startup&quot;,
&quot;Blocked&quot;, &quot;Connected&quot;, &quot;Preprocess&quot;,
-&quot;Conect&quot;, &quot;Send&quot;, &quot;Receive&quot; and
+&quot;Connect&quot;, &quot;Send&quot;, &quot;Receive&quot; and
&quot;Done&quot;.<BR>
</DD>
<DT>
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.
*