Skip to content

Commit 1b94019

Browse files
committed
Fix typo
1 parent f07eb24 commit 1b94019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/geom-from-osm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ void create_multilinestring(geometry_t *geom,
170170
// retroactively.
171171
if (multiline.num_geometries() == 1 && !force_multi) {
172172
// This has to be done in two steps, because the set<>()
173-
// destroys the content of mulitline.
173+
// destroys the content of multiline.
174174
auto p = std::move(multiline[0]);
175175
geom->set<linestring_t>() = std::move(p);
176176
}

0 commit comments

Comments
 (0)