diff --git a/Configuration.cpp b/Configuration.cpp index 973f52b..a2777b1 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -1243,7 +1243,7 @@ void ConfigurationKey::printDescription(const ConfigurationKey &key, ostream& os os << " - scope: must be the same across all neighbors" << std::endl; } if (scope & ConfigurationKey::NODESPECIFIC) { - os << " - scope: specfic to each individual node" << std::endl; + os << " - scope: specific to each individual node" << std::endl; } } }