From a7d761d5077eec277df6ba1b72967fe7b49341a1 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Sun, 13 Oct 2024 17:26:43 -0700 Subject: [PATCH] fix spelling --- .ci-local/codespell.dic | 2 ++ documentation/server.rst | 2 +- ioc/groupsource.cpp | 2 +- ioc/pvalink_lset.cpp | 2 +- ioc/singlesource.cpp | 2 +- release.md | 2 +- src/client.cpp | 2 +- src/clientmon.cpp | 2 +- tools/pvxvct.cpp | 2 +- 9 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.ci-local/codespell.dic b/.ci-local/codespell.dic index e9c51bb..b192331 100644 --- a/.ci-local/codespell.dic +++ b/.ci-local/codespell.dic @@ -1 +1,3 @@ als +SLAC +slac diff --git a/documentation/server.rst b/documentation/server.rst index 0d89035..29868ba 100644 --- a/documentation/server.rst +++ b/documentation/server.rst @@ -52,7 +52,7 @@ EPICS_PVAS_INTF_ADDR_LIST EPICS_PVAS_BEACON_ADDR_LIST or EPICS_PVA_ADDR_LIST Space separated list of unicast or broadcast addresses. - This list is supplimented all local broadcast addresses if auto-beacon is YES. + This list is supplemented all local broadcast addresses if auto-beacon is YES. Sets `pvxs::server::Config::beaconDestinations` EPICS_PVAS_AUTO_BEACON_ADDR_LIST or EPICS_PVA_AUTO_ADDR_LIST diff --git a/ioc/groupsource.cpp b/ioc/groupsource.cpp index 827bce3..778811f 100644 --- a/ioc/groupsource.cpp +++ b/ioc/groupsource.cpp @@ -159,7 +159,7 @@ void GroupSource::onOp(Group& group, }); // Make a security cache for this client's connection to this group - // Each time the same client calls put we will re-use the cached security client + // Each time the same client calls put we will reuse the cached security client // The security cache will be deleted when the client disconnects from this group pv auto securityCache = std::make_shared(); diff --git a/ioc/pvalink_lset.cpp b/ioc/pvalink_lset.cpp index fc0a62f..bde7ebe 100644 --- a/ioc/pvalink_lset.cpp +++ b/ioc/pvalink_lset.cpp @@ -85,7 +85,7 @@ void pvaOpenLink(DBLINK *plink) noexcept linkGlobal_t::channels_t::iterator it(linkGlobal->channels.find(key)); if(it!=linkGlobal->channels.end()) { - // re-use existing channel + // reuse existing channel chan = it->second.lock(); } diff --git a/ioc/singlesource.cpp b/ioc/singlesource.cpp index 381e291..511843b 100644 --- a/ioc/singlesource.cpp +++ b/ioc/singlesource.cpp @@ -304,7 +304,7 @@ void onOp(const std::shared_ptr& sInfo, const Value& valuePrototype, }); // Make a security cache for this client's connection to this pv - // Each time the same client calls put we will re-use the cached security client + // Each time the same client calls put we will reuse the cached security client // The security cache will be deleted when the client disconnects from this pv auto putOperationCache = std::make_shared(); diff --git a/release.md b/release.md index e3406c4..7c4f69d 100644 --- a/release.md +++ b/release.md @@ -1,6 +1,6 @@ # Preparation -1. Generage ABI change report from previous release tag to latest commit. +1. Generate ABI change report from previous release tag to latest commit. Ensure `PVXS_MINOR_VERSION` incrementes if not 100% (or if other ABI change is known) diff --git a/src/client.cpp b/src/client.cpp index 7f0c8be..4fe721c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -798,7 +798,7 @@ void ContextImpl::onBeacon(const UDPManager::Beacon& msg) cur.guid = msg.guid; cur.peerVersion = msg.peerVersion; cur.time = now; - // don't trigger if sender changes as server (mis)configuration + // don't trigger if sender changes as server configuration // could see beacons reach us from multiple interfaces. cur.sender = msg.src; diff --git a/src/clientmon.cpp b/src/clientmon.cpp index 0c1f9b0..4ab1600 100644 --- a/src/clientmon.cpp +++ b/src/clientmon.cpp @@ -242,7 +242,7 @@ struct SubscriptionImpl final : public OperationBase, public Subscription loop.call([this, &ret](){ // really on worker - // try to re-use already wrapped + // try to reuse already wrapped ret = external_internal.lock(); if(!ret) { // nope, need to build a fresh one diff --git a/tools/pvxvct.cpp b/tools/pvxvct.cpp index 7498ce6..cf92d91 100644 --- a/tools/pvxvct.cpp +++ b/tools/pvxvct.cpp @@ -83,7 +83,7 @@ void usage(const char *name) "\n" "PV Access Virtual Cable Tester\n" "\n" - "Assist in troubleshooting network (mis)configuration by listening\n" + "Assist in troubleshooting network configuration by listening\n" "for (some) PVA client/server UDP traffic.\n" "\n" " -h Print this message\n"