Skip to content

Commit fcb4a7d

Browse files
authored
Fix lenght typo (#205)
1 parent 6ae2ad2 commit fcb4a7d

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
@@ -73,7 +73,7 @@ typedef CloudFloat CloudHeartRate;
7373
typedef CloudInt CloudCounter;
7474
typedef CloudFloat CloudAcceleration;
7575
typedef CloudFloat CloudArea;
76-
typedef CloudFloat CloudLenght;
76+
typedef CloudFloat CloudLength;
7777
typedef CloudFloat CloudVelocity;
7878
typedef CloudFloat CloudMass;
7979
typedef CloudFloat CloudVolume;

0 commit comments

Comments
 (0)