Skip to content

Commit

Permalink
[bugfix] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kenarab committed Nov 6, 2024
1 parent d90b198 commit 699f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/polyhedra-lib.R
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ PolyhedronStateDefined <- R6::R6Class(
vertices.missing <- setdiff(private$vertices.id.3d, vertices.real)
if (length(vertices.missing) > 0)
{
logger$warn("Verticea in solid not defined",
logger$warn("Vertices in solid not defined",
vertices.missing = vertices.missing)
}
private$vertices.id.3d <- intersect(private$vertices.id.3d, vertices.real)
Expand Down

0 comments on commit 699f5a8

Please sign in to comment.