Skip to content

Commit 41660e0

Browse files
authored
Fix CloudElectricPotential typo (#275)
1 parent cc6413d commit 41660e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/property/PropertyContainer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef CloudFloat CloudForce;
6969
typedef CloudFloat CloudTemperature;
7070
typedef CloudFloat CloudPower;
7171
typedef CloudFloat CloudElectricCurrent;
72-
typedef CloudFloat CloudElectricPotention;
72+
typedef CloudFloat CloudElectricPotential;
7373
typedef CloudFloat CloudElectricResistance;
7474
typedef CloudFloat CloudCapacitance;
7575
typedef CloudFloat CloudTime;

0 commit comments

Comments
 (0)