typo in text output

This commit is contained in:
olga.bobrova 2014-03-31 12:26:00 +02:00 committed by Michael Iedema
parent 0dc6d369e8
commit 1b7ea66cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}
}