From ef5a162b34c91ee4181400703d527f48f814654b Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Sun, 23 Feb 2025 23:12:40 +0200 Subject: libipa: awb: Standardize spelling on 'grey' world All locations but one spell 'grey' instead of 'gray'. Fix the outlier. Signed-off-by: Laurent Pinchart Reviewed-by: Stefan Klug --- src/ipa/libipa/awb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ipa/libipa/awb.cpp b/src/ipa/libipa/awb.cpp index 1adefa5b..b5aeb472 100644 --- a/src/ipa/libipa/awb.cpp +++ b/src/ipa/libipa/awb.cpp @@ -70,7 +70,7 @@ namespace ipa { * * Fetch the RGB means from the statistics. The values of each channel are * dimensionless and only the ratios are used for further calculations. This is - * used by the simple gray world model to calculate the gains to apply. + * used by the simple grey world model to calculate the gains to apply. * * \return The RGB means */ -- cgit v1.2.1