mirror of https://gitee.com/bigwinds/arangodb
Fixed a typo.
This commit is contained in:
parent
f5e7187d8b
commit
136336e9d8
|
@ -79,7 +79,7 @@ class Store;
|
|||
/// @brief Simple tree implementation
|
||||
class Node {
|
||||
public:
|
||||
// @brief Slash-segemented path
|
||||
// @brief Slash-segmented path
|
||||
typedef std::vector<std::string> PathType;
|
||||
|
||||
// @brief Child nodes
|
||||
|
|
Loading…
Reference in New Issue