Skip to content

Commit 0011962

Browse files
committed
typo fix
1 parent c99b451 commit 0011962

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Allows you to read RGB, Infrared and ambient light channels values from LITEON L
1313
== License ==
1414

1515
Copyright (c) 2025 Arduino SA
16-
his Source Code Form is subject to the terms fo the Mozilla
16+
This Source Code Form is subject to the terms of the Mozilla
1717
Public License (MPL), v 2.0. You can obtain a copy of the MPL
1818
at http://mozilla.org/MPL/2.0/

examples/ReadALS/ReadALS.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Arduino LTR381RGB - Read Aambient ligth sensor
2+
Arduino LTR381RGB - Read Ambient light sensor
33
44
This example reads the raw lux values from the LTR381RGB
55
sensor and continuously prints them to the Serial Monitor

src/Arduino_LTR381RGB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2025 Arduino SA
3-
his Source Code Form is subject to the terms fo the Mozilla
3+
This Source Code Form is subject to the terms of the Mozilla
44
Public License (MPL), v 2.0. You can obtain a copy of the MPL
55
at http://mozilla.org/MPL/2.0/
66
*/

src/LTR381RGB.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2025 Arduino SA
3-
his Source Code Form is subject to the terms fo the Mozilla
3+
This Source Code Form is subject to the terms of the Mozilla
44
Public License (MPL), v 2.0. You can obtain a copy of the MPL
55
at http://mozilla.org/MPL/2.0/
66
*/

src/LTR381RGB.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Copyright (c) 2025 Arduino SA
3-
his Source Code Form is subject to the terms fo the Mozilla
3+
This Source Code Form is subject to the terms of the Mozilla
44
Public License (MPL), v 2.0. You can obtain a copy of the MPL
55
at http://mozilla.org/MPL/2.0/
66
*/

0 commit comments

Comments
 (0)