1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

graph: fix typo

This commit is contained in:
Steffen Vogel 2020-06-11 23:31:35 +02:00
parent ccc0b58839
commit 83537af36f
3 changed files with 3 additions and 3 deletions

View file

@ -293,5 +293,5 @@ protected:
Logger logger;
};
} // namespacae graph
} /* namespace graph */
} /* namespace villas */

View file

@ -53,5 +53,5 @@ private:
Vertex::Identifier to;
};
} // namespacae graph
} /* namespace graph */
} /* namespace villas */

View file

@ -51,5 +51,5 @@ private:
std::list<std::size_t> edges;
};
} // namespacae graph
} /* namespace graph */
} /* namespace villas */