multi: fix typos and grammar issues in comments [skip ci]

This commit is contained in:
Carsten Otto
2022-10-16 10:26:35 +02:00
parent 2a56f602db
commit 378478eb1a
5 changed files with 23 additions and 24 deletions

View File

@@ -1147,7 +1147,7 @@ func (c *ClientDB) AckUpdate(id *SessionID, seqNum uint16,
return err
}
// Ensure that the session acks sub-bucket is initialized so we
// Ensure that the session acks sub-bucket is initialized, so we
// can insert an entry.
sessionAcks, err := sessionBkt.CreateBucketIfNotExists(
cSessionAcks,