list_fonts and list_keybinds: Fix typos in documentation

test.yml: Switch to Windows Server 2022 and update Zig URL
This commit is contained in:
Rick Calixte
2024-10-16 19:01:09 -04:00
parent 7b668d3dc1
commit d0316b746d
3 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ pub const Config = struct {
///
/// The `--bold` and `--italic` arguments can be used to filter results to
/// specific styles. It is not guaranteed that only those styles are returned,
/// it will just prioriiize fonts that match those styles.
/// it will just prioritize fonts that match those styles.
pub fn run(alloc: Allocator) !u8 {
var iter = try std.process.argsWithAllocator(alloc);
defer iter.deinit();

View File

@@ -46,7 +46,7 @@ pub const Options = struct {
/// for Ghostty
///
/// The `--plain` flag will disable formatting and make the output more
/// friendly fro Unix tooling. This is default when not printing to a tty.
/// friendly for Unix tooling. This is default when not printing to a tty.
pub fn run(alloc: Allocator) !u8 {
var opts: Options = .{};
defer opts.deinit();