Fix typos

This commit is contained in:
yunusey
2025-01-08 18:29:59 -05:00
parent 6ebfb3f3dd
commit d24607b5da
2 changed files with 2 additions and 2 deletions

View File

@ -463,7 +463,7 @@ foreground: Color = .{ .r = 0xFF, .g = 0xFF, .b = 0xFF },
/// Background image for the window. /// Background image for the window.
@"background-image": SinglePath = .{}, @"background-image": SinglePath = .{},
/// Background image opactity /// Background image opacity
@"background-image-opacity": f32 = 1.0, @"background-image-opacity": f32 = 1.0,
/// Background image mode to use. /// Background image mode to use.

View File

@ -140,7 +140,7 @@ draw_mutex: DrawMutex = drawMutexZero,
/// terminal is in reversed mode. /// terminal is in reversed mode.
draw_background: terminal.color.RGB, draw_background: terminal.color.RGB,
/// The background image(s) to draw. Currentlly, we always draw the last image. /// The background image(s) to draw. Currently, we always draw the last image.
background_image: configpkg.SinglePath, background_image: configpkg.SinglePath,
/// The opacity of the background image. Not to be confused with background-opacity /// The opacity of the background image. Not to be confused with background-opacity