From e40e5e6bc06842f3ee5c018861ba7eeb0c2cfd65 Mon Sep 17 00:00:00 2001 From: Fabrizio Mirabito Date: Tue, 14 Sep 2021 09:17:48 +0200 Subject: [PATCH] Fix CloudElectricPotential typo --- src/property/PropertyContainer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/property/PropertyContainer.h b/src/property/PropertyContainer.h index effa7d966..b1e83ec28 100644 --- a/src/property/PropertyContainer.h +++ b/src/property/PropertyContainer.h @@ -69,7 +69,7 @@ typedef CloudFloat CloudForce; typedef CloudFloat CloudTemperature; typedef CloudFloat CloudPower; typedef CloudFloat CloudElectricCurrent; -typedef CloudFloat CloudElectricPotention; +typedef CloudFloat CloudElectricPotential; typedef CloudFloat CloudElectricResistance; typedef CloudFloat CloudCapacitance; typedef CloudFloat CloudTime;