From b78dbc3f5d35226be390f1a1ca500af3c09d7022 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 23 Feb 2018 21:51:09 +0100 Subject: [PATCH 1/1] woops, stupid ugly typo --- src/s4u/s4u_netzone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s4u/s4u_netzone.cpp b/src/s4u/s4u_netzone.cpp index 6e1b14b6c0..e4f6989728 100644 --- a/src/s4u/s4u_netzone.cpp +++ b/src/s4u/s4u_netzone.cpp @@ -61,7 +61,7 @@ void NetZone::setProperty(const char* key, const char* value) /** @brief Returns the list of direct children (no grand-children) * - * This function returns the internal copy of the childrens, not a copy. Don't mess with it! + * This function returns the internal copy of the children, not a copy. Don't mess with it! */ std::vector* NetZone::getChildren() { -- 2.20.1