Fixed typo...

(cherry picked from commit c9e11f171f)
This commit is contained in:
Harald Kuhr
2022-10-18 16:05:54 +02:00
parent 6581e2e2a1
commit edd523534c

View File

@@ -25,6 +25,6 @@ final class PCXMetadata extends StandardImageMetadataSupport {
return "RLE";
}
return "Uknown";
return "Unknown";
}
}