From e3a59507bace2b635ece8d903bac340a7dd85a85 Mon Sep 17 00:00:00 2001 From: Devon Sookhoo Date: Fri, 27 Oct 2023 15:52:56 -0600 Subject: [PATCH] Update libheif/heif_properties.h Fixed typo Co-authored-by: Brad Hards --- libheif/heif_properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheif/heif_properties.h b/libheif/heif_properties.h index 4a16e2f56d..075b2e062f 100644 --- a/libheif/heif_properties.h +++ b/libheif/heif_properties.h @@ -146,7 +146,7 @@ struct heif_property_clock_info * time_uncertainty. * * The standard deviation measurement uncertainty in nanoseconds for the timestamp generation process. - * If unkown, the value is set to "all ones". + * If unknown, the value is set to "all ones". */ uint64_t time_uncertainty;