[PATCH] libcamera: controls: Fix typo on thermal

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Feb 28 18:27:15 CET 2024


The documentation for the SensorTemperature control has a spelling
mistake for thermal.

Fix it.

Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
 src/libcamera/control_ids_core.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libcamera/control_ids_core.yaml b/src/libcamera/control_ids_core.yaml
index f2f783342a1b..7c0576d82be8 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
-- 
2.34.1



More information about the libcamera-devel mailing list