chore: fix typo in dailySalt comment

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I8f0d0bf4bc597f0aecfd98c292f38cdb6a6a6964
This commit is contained in:
raf 2026-03-02 21:27:59 +03:00
commit d7cdf2cc49
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -53,7 +53,7 @@ func (u *UniquesEstimator) Estimate() uint64 {
return u.hll.Estimate() return u.hll.Estimate()
} }
// Cenerates a deterministic salt based on the current date // Generates a deterministic salt based on the current date
// Same day = same salt, different day = different salt // Same day = same salt, different day = different salt
func dailySalt(t time.Time) string { func dailySalt(t time.Time) string {
// Use UTC to ensure consistent rotation regardless of timezone // Use UTC to ensure consistent rotation regardless of timezone