* NEWS, spot/graph/graph.hh: here.
This commit is contained in:
Florian Renkin 2020-09-01 17:25:31 +02:00
parent d2e7cdb377
commit af81266877
2 changed files with 2 additions and 2 deletions

View file

@ -861,7 +861,7 @@ namespace spot
return &ss - &states_.front();
}
/// Conveart a storage reference into an edge number
/// Convert a storage reference into an edge number
edge index_of_edge(const edge_storage_t& tt) const
{
SPOT_ASSERT(!edges_.empty());