Skip to content

Commit b41d992

Browse files
authored
Fix typo in vec3d.h comment: "calulations" -> "calculations" (#1155)
1 parent cd6eaba commit b41d992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/h3lib/include/vec3d.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/** @struct Vec3d
3232
* @brief 3D floating point structure
3333
*
34-
* For geodesic calulations represents a point on the surface of the Earth
34+
* For geodesic calculations represents a point on the surface of the Earth
3535
* as a unit vector in 3D Cartesian space (ECEF-like coordinates).
3636
*/
3737
typedef struct {

0 commit comments

Comments
 (0)