Skip to content

Commit

Permalink
(typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Oct 10, 2024
1 parent 2265bd6 commit ed48fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libheif/image-items/image_item.cc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ std::shared_ptr<ImageItem> ImageItem::alloc_for_infe_box(HeifContext* ctx, const
}
else {
std::stringstream sstr;
sstr << "Image item of type '" << fourcc_to_string(item_type) << "' are not supported.";
sstr << "Image item of type '" << fourcc_to_string(item_type) << "' is not supported.";
Error err{ heif_error_Unsupported_feature, heif_suberror_Unsupported_image_type, sstr.str() };
return std::make_shared<ImageItem_Error>(item_type, id, err);
}
Expand Down

0 comments on commit ed48fa7

Please sign in to comment.