Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and sharkdp committed Feb 13, 2024
1 parent 66958bb commit 970111e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/hdcanvas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ impl Canvas {
// luminosity difference percentage is below the specified threshold.
// Using block characters for graphics display can trigger this, causing
// black or white lines or blocks, if the color is the same or too close.
// The checkerboard should be ok unless the theshold is set fairly high.
// The checkerboard should be ok unless the threshold is set fairly high.
pub fn print(&self, out: &mut dyn Write) -> Result<()> {
for i_div_2 in 0..self.height / 2 {
for j in 0..self.width {
Expand Down

0 comments on commit 970111e

Please sign in to comment.