diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-07 16:09:33 +0000 |
commit | 5f1ca9b98226dc2417a50af15b77d5a5cfd6837a (patch) | |
tree | fae895b09014d4ae2ae2cdaf825a995dde64c138 /sbin/hastd/hastd.c | |
parent | 2c7e333641a412e800c1c521ddcb60d9f82e8e46 (diff) | |
download | FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.zip FreeBSD-src-5f1ca9b98226dc2417a50af15b77d5a5cfd6837a.tar.gz |
Spelling fixes for sbin/
Diffstat (limited to 'sbin/hastd/hastd.c')
-rw-r--r-- | sbin/hastd/hastd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastd/hastd.c b/sbin/hastd/hastd.c index fdb1c5b..e2f1f8c 100644 --- a/sbin/hastd/hastd.c +++ b/sbin/hastd/hastd.c @@ -786,7 +786,7 @@ listen_accept(struct hastd_listen *lst) pjdlog_debug(2, "%s: resource=%s", raddr, resname); token = nv_get_uint8_array(nvin, &size, "token"); /* - * NULL token means that this is first conection. + * NULL token means that this is first connection. */ if (token != NULL && size != sizeof(res->hr_token)) { pjdlog_error("Received token of invalid size from %s (expected %zu, got %zu).", |