mirror of
https://github.com/strukturag/nextcloud-spreed-signaling
synced 2026-03-14 14:35:44 +01:00
Fix spelling errors.
This commit is contained in:
parent
66b3049cfc
commit
55bafac6b7
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
})
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue