Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 9, 2024
1 parent 6ea9f53 commit 366923e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl Display for SvgParseError {
SvgParseError::UnexpectedEof => write!(f, "Unexpected EOF"),
SvgParseError::UnknownCommand(letter) => write!(f, "Unknown command, \"{letter}\""),
SvgParseError::UninitializedPath => {
write!(f, "Unititialized path (missing moveto command)")
write!(f, "Uninitialized path (missing moveto command)")
}
}
}
Expand Down

0 comments on commit 366923e

Please sign in to comment.