Fix spelling errors.

This commit is contained in:
Joachim Bauch 2025-12-04 10:33:11 +01:00
commit 55bafac6b7
No known key found for this signature in database
GPG key ID: 77C1D22D53E15F02
2 changed files with 2 additions and 2 deletions

View file

@ -354,7 +354,7 @@ func TestCapabilitiesShortCache(t *testing.T) {
value = called.Load()
assert.EqualValues(1, value)
// The capabilities are cached for a minumum duration.
// The capabilities are cached for a minimum duration.
SetCapabilitiesGetNow(t, capabilities, func() time.Time {
return time.Now().Add(minCapabilitiesCacheDuration / 2)
})

View file

@ -619,7 +619,7 @@ loop:
c.closeClient(client)
client.SetSelf(true)
} else if version != c.version {
c.logger.Printf("WARNING: Node %s is runing different version %s than local node (%s)", client.Target(), version, c.version)
c.logger.Printf("WARNING: Node %s is running different version %s than local node (%s)", client.Target(), version, c.version)
} else {
c.logger.Printf("Checked GRPC server id of %s running version %s", client.Target(), version)
}