From 1e2ff042b487adf41c6ff3eab3d3bac5cc809cdd Mon Sep 17 00:00:00 2001 From: Brenton Bostick Date: Wed, 7 Dec 2022 10:17:53 -0500 Subject: [PATCH] fix typos in docs, comments, and strings --- controller/PostgreSQL.cpp | 8 ++++---- controller/README.md | 2 +- doc/zerotier-one.8.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/controller/PostgreSQL.cpp b/controller/PostgreSQL.cpp index 63d32b637..397c1f8f2 100644 --- a/controller/PostgreSQL.cpp +++ b/controller/PostgreSQL.cpp @@ -113,7 +113,7 @@ MemberNotificationReceiver::MemberNotificationReceiver(PostgreSQL *p, pqxx::conn : pqxx::notification_receiver(c, channel) , _psql(p) { - fprintf(stderr, "initialize MemberNotificaitonReceiver\n"); + fprintf(stderr, "initialize MemberNotificationReceiver\n"); } @@ -140,7 +140,7 @@ NetworkNotificationReceiver::NetworkNotificationReceiver(PostgreSQL *p, pqxx::co } void NetworkNotificationReceiver::operator() (const std::string &payload, int packend_pid) { - fprintf(stderr, "Network Notificaiton received: %s\n", payload.c_str()); + fprintf(stderr, "Network Notification received: %s\n", payload.c_str()); json tmp(json::parse(payload)); json &ov = tmp["old_val"]; json &nv = tmp["new_val"]; @@ -185,7 +185,7 @@ PostgreSQL::PostgreSQL(const Identity &myId, const char *path, int listenPort, R fprintf(stderr, "ZT_SSO_PSK: %s\n", ssoPskHex); #endif if (ssoPskHex) { - // SECURITY: note that ssoPskHex will always be null-terminated if libc acatually + // SECURITY: note that ssoPskHex will always be null-terminated if libc actually // returns something non-NULL. If the hex encodes something shorter than 48 bytes, // it will be padded at the end with zeroes. If longer, it'll be truncated. Utils::unhex(ssoPskHex, _ssoPsk, sizeof(_ssoPsk)); @@ -1586,7 +1586,7 @@ void PostgreSQL::onlineNotificationThread() /** * ONLY UNCOMMENT FOR TEMPORARY DB MAINTENANCE * - * This define temproarly turns off writing to the member status table + * This define temporarily turns off writing to the member status table * so it can be reindexed when the indexes get too large. */ diff --git a/controller/README.md b/controller/README.md index 0a76ebbc7..331710a15 100644 --- a/controller/README.md +++ b/controller/README.md @@ -246,7 +246,7 @@ This returns a JSON object containing all member IDs as keys and their `memberRe | vMajor | integer | Most recently known major version | no | | vMinor | integer | Most recently known minor version | no | | vRev | integer | Most recently known revision | no | -| vProto | integer | Most recently known protocl version | no | +| vProto | integer | Most recently known protocol version | no | Note that managed IP assignments are only used if they fall within a managed route. Otherwise they are ignored. diff --git a/doc/zerotier-one.8.md b/doc/zerotier-one.8.md index bd31d5c80..4f4655076 100644 --- a/doc/zerotier-one.8.md +++ b/doc/zerotier-one.8.md @@ -81,7 +81,7 @@ These are found in the service's working directory. If the ZeroTier One service is built with the network controller enabled, it periodically backs up its controller.db database in this file (currently every 5 minutes if there have been changes). Since this file is not a currently in use SQLite3 database it's safer to back up without corruption. On new backups the file is rotated out rather than being rewritten in place. * `iddb.d/` (directory): - Caches the public identity of every peer ZeroTier has spoken with in the last 60 days. This directory and its contents can be deleted, but this may result in slower connection initations since it will require that we go out and re-fetch full identities for peers we're speaking to. + Caches the public identity of every peer ZeroTier has spoken with in the last 60 days. This directory and its contents can be deleted, but this may result in slower connection initiations since it will require that we go out and re-fetch full identities for peers we're speaking to. * `networks.d` (directory): This caches network configurations and certificate information for networks you belong to. ZeroTier scans this directory for .conf files on startup to recall its networks, so "touch"ing an empty .conf file in this directory is a way of pre-configuring ZeroTier to join a specific network on startup without using the API. If the config file is empty ZeroTIer will just fetch it from the network's controller.