From 135fca3e2e3c5cca9986ebde4e723fc4c762a16d Mon Sep 17 00:00:00 2001 From: Yoonseo Han Date: Mon, 22 Sep 2025 14:31:30 +0900 Subject: [PATCH] Fix small typos in leafnode.go and rerun CI - Corrected minor typos in leafnode.go - Included empty commit to trigger CI rerun Signed-off-by: Yoonseo Han --- server/leafnode.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/leafnode.go b/server/leafnode.go index c85bdfe173f..71491f77a55 100644 --- a/server/leafnode.go +++ b/server/leafnode.go @@ -76,7 +76,7 @@ type leaf struct { isSpoke bool // remoteCluster is when we are a hub but the spoke leafnode is part of a cluster. remoteCluster string - // remoteServer holds onto the remove server's name or ID. + // remoteServer holds onto the remote server's name or ID. remoteServer string // domain name of remote server remoteDomain string @@ -2040,7 +2040,7 @@ func (s *Server) checkInternalSyncConsumers(acc *Account) { // We will check all streams in our local account. They must be a leader and // be sourcing or mirroring. We will check the external config on the stream itself // if this is cross domain, or if the remote domain is empty, meaning we might be - // extedning the system across this leafnode connection and hence we would be extending + // extending the system across this leafnode connection and hence we would be extending // our own domain. jsa := js.lookupAccount(acc) if jsa == nil {