Skip to content

Commit

Permalink
spelling: successes
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Dec 28, 2023
1 parent 9f0417d commit 3aea6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/manpages/wforce.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 3aea6f0

Please sign in to comment.