From be21f2747afe53eb9ff5f1eb4b29655048f37e87 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 28 Feb 2024 17:27:15 +0000 Subject: libcamera: controls: Fix typo on thermal The documentation for the SensorTemperature control has a spelling mistake for thermal. Fix it. Reviewed-by: Laurent Pinchart Reviewed-by: Umang Jain Signed-off-by: Kieran Bingham --- src/libcamera/control_ids_core.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml index 76fb9347..bf1f1a83 100644 --- a/src/libcamera/control_ids_core.yaml +++ b/src/libcamera/control_ids_core.yaml @@ -449,7 +449,7 @@ controls: range of reported temperatures is device dependent. The SensorTemperature control will only be returned in metadata if a - themal sensor is present. + thermal sensor is present. - SensorTimestamp: type: int64_t -- cgit v1.2.1