diff options
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 7f87dd6ad1d6..c89a3dd7a3e2 100644 --- a/sbin/hastd/hastd.c +++ b/sbin/hastd/hastd.c @@ -739,7 +739,7 @@ listen_accept(void) if (res->hr_role == HAST_ROLE_PRIMARY) { /* * If we act as primary request the other side to wait - * for us for a bit, as may might be finishing cleanups. + * for us a bit, as we might be finishing cleanups. */ nv_add_uint8(nverr, 1, "wait"); } |