Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 15, 2024
1 parent 64917ae commit b529f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fn test_font_tools(font_file: &str, gids: &str, num: u16) {

std::fs::write(otf_path.clone(), subset).unwrap();

// Optionally create the susbet via fonttools, so that we can compare it to our subset.
// Optionally create the subset via fonttools, so that we can compare it to our subset.
if FONT_TOOLS_REF {
let font_path = get_font_path(font_file);
Command::new("fonttools")
Expand Down

0 comments on commit b529f36

Please sign in to comment.