Skip to content

Commit 04f0c47

Browse files
typo fix
1 parent 8e04f1a commit 04f0c47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/osp/bsp/model/BspInstance.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class BspInstance {
314314
}
315315

316316
/**
317-
* @brief Checks if tehre are any incompatible nodetype-processortype pairs in the instance.
317+
* @brief Checks if there are any incompatible nodetype-processortype pairs in the instance.
318318
*/
319319
bool HasAnyTypeRestrictions() const {
320320
for (VertexTypeTOrDefault node_type = 0; node_type < nodeProcessorCompatibility_.size(); ++node_type) {

0 commit comments

Comments
 (0)