Skip to content

Commit 02014e7

Browse files
committed
fix again oops
1 parent 9954b60 commit 02014e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/world_builder/utilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ namespace WorldBuilder
386386
* when determining the location with respect to the curved plane.
387387
* \param spline_x the spline representing the x coordinate.
388388
* \param spline_y the spline representing the y coordinate.
389-
* \param global_x_list This is a list of one dimensional coordindates, with zero or the
389+
* \param global_x_list This is a list of one dimensional coordinates, with zero or the
390390
* amount of coordinates entries, used for interpolation. An empty list is interpreted
391391
* as a list filled with {0,1,2,...,number of coordinates}. Filling this list with other
392392
* values changes the returned section fraction. It allows for, for example, adding

0 commit comments

Comments
 (0)