Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
yunusey committed Jan 8, 2025
1 parent 3e2326f commit 7dcc77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/Config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ foreground: Color = .{ .r = 0xFF, .g = 0xFF, .b = 0xFF },
/// Background image for the window.
@"background-image": SinglePath = .{},

/// Background image opactity
/// Background image opacity
@"background-image-opacity": f32 = 1.0,

/// Background image mode to use.
Expand Down
2 changes: 1 addition & 1 deletion src/renderer/OpenGL.zig
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ draw_mutex: DrawMutex = drawMutexZero,
/// terminal is in reversed mode.
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,

/// The opacity of the background image. Not to be confused with background-opacity
Expand Down

0 comments on commit 7dcc77d

Please sign in to comment.