summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfergus.henderson <fergushenderson@users.noreply.github.com>2008-06-02 22:38:40 +0000
committerfergus.henderson <fergushenderson@users.noreply.github.com>2008-06-02 22:38:40 +0000
commitf144971de901993d61688a0e48bfd1e59b671c11 (patch)
tree0044677fcd0411fb3af24c47983e11b41169bd34
parent32e99fa48d9eca58907b4378e8270a5d6dfba5a8 (diff)
downloaddistcc-git-f144971de901993d61688a0e48bfd1e59b671c11.tar.gz
Fix spelling error and punctuation in warning message.
Reviewers: Craig Silverstein
-rw-r--r--src/clirpc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/clirpc.c b/src/clirpc.c
index 291c8fa..ed87251 100644
--- a/src/clirpc.c
+++ b/src/clirpc.c
@@ -112,10 +112,10 @@ int dcc_r_result_header(int ifd,
int ret;
if ((ret = dcc_r_token_int(ifd, "DONE", &vers)))
- rs_log_error("server provided no answer - "
- "is the server configured to allow acces from your IP"
- " address? does the server have the compiler installed?"
- " is the server configured to access the compiler?");
+ rs_log_error("server provided no answer. "
+ "Is the server configured to allow access from your IP"
+ " address? Does the server have the compiler installed?"
+ " Is the server configured to access the compiler?");
return ret;
if (vers != expect_ver) {