From fe9fffe6e07e66f4b28d96632ed02571e8591ddc Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Mon, 26 Apr 2021 11:03:37 -0700 Subject: [PATCH] typos Signed-off-by: Ian Chen --- graphics/include/ignition/common/Image.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/include/ignition/common/Image.hh b/graphics/include/ignition/common/Image.hh index 432c4adee..683652014 100644 --- a/graphics/include/ignition/common/Image.hh +++ b/graphics/include/ignition/common/Image.hh @@ -198,9 +198,9 @@ namespace ignition /// \param[out] _output Output RGB image /// \param[in] _min Minimum value to be used when normalizing the input /// image data to RGB. - /// \param[in] _min Maximum value to be used when normalizing the input + /// \param[in] _max Maximum value to be used when normalizing the input /// image data to RGB. - /// \param[in[ _flip True to flip the values after normalization, i.e. + /// \param[in] _flip True to flip the values after normalization, i.e. /// lower values are converted to brigher pixels. public: template static void ConvertToRGBImage(const void *_data,