Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro authored Nov 13, 2018
1 parent dcd62ae commit 857fa3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ fn srgb_rendering_intent(mut iccp: &[u8]) -> Option<u8> {
Some(rendering_intent)
},
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" => {
// Knonw-bad profiles are identified by their CRC
// Known-bad profiles are identified by their CRC
match (crc32::checksum_ieee(&icc_data), icc_data.len()) {
(0x5d5129ce, 3024) |
(0x182ea552, 3144) |
Expand Down

0 comments on commit 857fa3e

Please sign in to comment.