diff --git a/Development/nmos/configuration_api.cpp b/Development/nmos/configuration_api.cpp index 8c0519d1..3884525d 100644 --- a/Development/nmos/configuration_api.cpp +++ b/Development/nmos/configuration_api.cpp @@ -205,7 +205,7 @@ namespace nmos { const string_t role_path = parameters.at(nmos::patterns::rolePath.name); - // tokenize the role_path with '.' delimiter + // tokenize the role_path with the '.' delimiter std::list role_path_segments; boost::algorithm::split(role_path_segments, role_path, [](utility::char_t c) { return '.' == c; });