From c1fc8fa888fc98a5f4de955d511c30e7de516e67 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 20 Nov 2023 14:28:03 +0100 Subject: [PATCH 1/2] less -> fewer --- contrib/ansible/genkeys.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ansible/genkeys.go b/contrib/ansible/genkeys.go index c1aed7ee7..5770793b5 100644 --- a/contrib/ansible/genkeys.go +++ b/contrib/ansible/genkeys.go @@ -30,7 +30,7 @@ func main() { bar := pb.StartNew(*keyTries*2 + *numHosts) if *numHosts > *keyTries { - println("Can't generate less keys than hosts.") + println("Can't generate fewer keys than hosts.") return } From 9527195470e03d6e9b0a58790beb57dcdea1a7c0 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 20 Nov 2023 14:30:31 +0100 Subject: [PATCH 2/2] fewer --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c91e83bae..5c3022e11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -294,7 +294,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed * `DisconnectPeer` and `RemovePeer` have been separated and implemented properly now -* Less nodes are stored in the DHT now, reducing ambient network traffic and possible instability +* Fewer nodes are stored in the DHT now, reducing ambient network traffic and possible instability * Default config file for FreeBSD is now at `/usr/local/etc/yggdrasil.conf` instead of `/etc/yggdrasil.conf` ## [0.3.14] - 2020-03-28