diff options
-rw-r--r-- | src/ipa/libipa/awb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |