summaryrefslogtreecommitdiff
path: root/boost/property_tree/ptree.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/property_tree/ptree.hpp')
-rw-r--r--boost/property_tree/ptree.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/property_tree/ptree.hpp b/boost/property_tree/ptree.hpp
index d18ffeb2a7..9e7b921659 100644
--- a/boost/property_tree/ptree.hpp
+++ b/boost/property_tree/ptree.hpp
@@ -247,7 +247,7 @@ namespace boost { namespace property_tree
/** Get the child at the given path, or throw @c ptree_bad_path.
* @note Depending on the path, the result at each level may not be
- * completely determinate, i.e. if the same key appears multiple
+ * completely deterministic, i.e. if the same key appears multiple
* times, which child is chosen is not specified. This can lead
* to the path not being resolved even though there is a
* descendant with this path. Example: