Skip to content

Commit

Permalink
api: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sekrit-twc committed Oct 8, 2024
1 parent f44905d commit 801b872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/zimg/api/zimg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 801b872

Please sign in to comment.