From 801b872a9de2a9f4c7cbbf5a4e6536b39a1608cd Mon Sep 17 00:00:00 2001 From: sekrit-twc Date: Mon, 7 Oct 2024 17:55:02 -0700 Subject: [PATCH] api: fix typo --- src/zimg/api/zimg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/zimg/api/zimg.h b/src/zimg/api/zimg.h index d75e8560..f96606d6 100644 --- a/src/zimg/api/zimg.h +++ b/src/zimg/api/zimg.h @@ -682,8 +682,8 @@ zimg_filter_graph *zimg_filter_graph_build(const zimg_image_format *src_format, /** * Handle to an incomplete filter graph. * - * The partial graph implements the graphengine:SubGraph API and can be combined - * with external filters to implement user-defined format conversions. + * The partial graph implements the graphengine::SubGraph API and can be + * combined with external filters to implement user-defined format conversions. */ typedef struct zimg_subgraph zimg_subgraph;