Skip to content

Commit

Permalink
Fix: typo in comment
Browse files Browse the repository at this point in the history
Fix: 'becauseonce' -> 'because once'
  • Loading branch information
moritz-john authored Jan 1, 2025
1 parent 60611b8 commit b1a197e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/font/discovery.zig
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ pub const CoreText = struct {
for (0..result.len) |i| {
result[i] = list.getValueAtIndex(macos.text.FontDescriptor, i);

// We need to retain becauseonce the list is freed it will
// We need to retain because once the list is freed it will
// release all its members.
result[i].retain();
}
Expand Down

0 comments on commit b1a197e

Please sign in to comment.