Skip to content

Commit 1165af2

Browse files
committed
galaxycache: fix a couple typos
1 parent 186266e commit 1165af2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

galaxycache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ type GetOptions struct {
688688
type GetInfo struct {
689689
// If non-zero, Expiry provides an expiration time after which
690690
// Galaxycache should not return this value (and should ideally evict
691-
// it from the cache to prevent unexpired, but more recently-outched
691+
// it from the cache to prevent unexpired, but more recently-touched
692692
// items from being evicted)
693693
Expiry time.Time
694694
// TODO: include information about hit-level, and/or backend fetches.

peers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type RemoteFetcher interface {
5151

5252
// RemoteFetcherWithInfo is an extension of [RemoteFetcher], allowing
5353
// [RemoteFetcher] implementations to optionally provide [BackendGetInfo]. (the
54-
// zero-value is assumeed otherwise)
54+
// zero-value is assumed otherwise)
5555
type RemoteFetcherWithInfo interface {
5656
RemoteFetcher
5757

0 commit comments

Comments
 (0)