Skip to content

Commit 21ca3f0

Browse files
author
Walter Karas
committed
Fix typo.
1 parent 0423dc1 commit 21ca3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mgmt/YamlCfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ namespace Yaml
4343
explicit Map(YAML::Node map);
4444

4545
// Get the node for a key. Throw a YAML::Exception if 'key' is not in the map. The node for each key in the
46-
// map must be gotten at least once. The lifetime of he char array referenced by passed key must be as long
46+
// map must be gotten at least once. The lifetime of the char array referenced by passed key must be as long
4747
// as this instance.
4848
//
4949
YAML::Node operator[](std::string_view key);

0 commit comments

Comments
 (0)