Skip to content

Commit 43c92de

Browse files
committed
Fix spelling mistakes.
1 parent 3f5abde commit 43c92de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Threading_Basics/Thermostat/Thermostat.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
* which perform the act of actual room temperature control.
77
*
88
* Note: While there is only a single temperature "source" there are
9-
* multiple temperature "sinks". The source/sink paradigm is contructed
9+
* multiple temperature "sinks". The source/sink paradigm is constructed
1010
* in such a way, that each sink is guaranteed to see every value provided
11-
* by a source. This is something that can not be modelled using the shared
11+
* by a source. This is something that can not be modeled using the shared
1212
* variable abstraction.
1313
*/
1414

0 commit comments

Comments
 (0)