diff --git a/src/font/shaper/Cache.zig b/src/font/shaper/Cache.zig index 672845bfd..bcc0a1d93 100644 --- a/src/font/shaper/Cache.zig +++ b/src/font/shaper/Cache.zig @@ -41,7 +41,7 @@ const CellCacheTable = CacheTable( // I'd expect then an average of 256 frequently cached runs is a // safe guess most terminal screens. 256, - // 8 items per bucket to give decent resilliency to important runs. + // 8 items per bucket to give decent resiliency to important runs. 8, );