Skip to content

Commit

Permalink
docs: fix typo (#4089)
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz authored Dec 24, 2023
1 parent 544b7ee commit d887b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/OpenImageIO/imagebufalgo.h
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ ROI OIIO_API text_size (string_view text, int fontsize=16,
/// The total number of channels that will be set up in the
/// `dst` image.
/// @param channelorder
/// For each channel in `dst`, the index of he `src` channel
/// For each channel in `dst`, the index of the `src` channel
/// from which to copy. Any `channelorder[i]` < 0 indicates that
/// the channel `i` should be filled with constant value
/// `channelvalues[i]` rather than copy any channel from `src`.
Expand Down

0 comments on commit d887b78

Please sign in to comment.