From 3aea6f08d00bb99cd25c79aaf0aeb6950af3ca87 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Fri, 24 Nov 2023 12:16:24 -0500 Subject: [PATCH] spelling: successes Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- README.md | 8 ++++---- docs/manpages/wforce.1.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3f00d69f..63436fd5 100644 --- a/README.md +++ b/README.md @@ -504,10 +504,10 @@ To view sibling stats: ```lua > siblings() -Address Sucesses Failures Note -192.168.1.79:4001 18 7 -192.168.1.30:4001 25 0 -192.168.1.54:4001 0 0 Self +Address Send Successes Send Failures Rcv Successes Rcv Failures Note +192.168.1.79:4001 18 7 0 0 +192.168.1.30:4001 25 0 0 0 +192.168.1.54:4001 0 0 0 0 Self ``` With this setup, several wforces are all kept in sync, and can be load diff --git a/docs/manpages/wforce.1.md b/docs/manpages/wforce.1.md index 44c12a1d..90931f47 100644 --- a/docs/manpages/wforce.1.md +++ b/docs/manpages/wforce.1.md @@ -98,7 +98,7 @@ started with the -c option. sinks. For example: > showNamedReportSinks() - Name Address Sucesses Failures + Name Address Successes Failures trackalert 192.168.1.79:4501 18 0 trackalert 192.168.1.30:4501 19 0 elasticsearch 10.22.2.15:4501 18 0 @@ -108,7 +108,7 @@ started with the -c option. information about configured report sinks. For example: > showReportSinks() - Address Sucesses Failures + Address Successes Failures 192.168.1.79:4501 18 7 192.168.1.30:4501 25 0