mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Fix: typo in comment
Fix: 'becauseonce' -> 'because once'
This commit is contained in:
@ -551,7 +551,7 @@ pub const CoreText = struct {
|
|||||||
for (0..result.len) |i| {
|
for (0..result.len) |i| {
|
||||||
result[i] = list.getValueAtIndex(macos.text.FontDescriptor, 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.
|
// release all its members.
|
||||||
result[i].retain();
|
result[i].retain();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user