From 8d672f647c009c1b39898e589aeae653fe016b7d Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 5 May 2014 15:49:43 +0200 Subject: [PATCH] typo -- --- src/surf/surf_routing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 4947757000..5c6e4509ba 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -401,7 +401,7 @@ void routing_AS_begin(sg_platf_AS_cbarg_t AS) /* add to the father element list */ info->setId(current_routing->parseAS(info)); } else { - THROWF(arg_error, 0, "All defined components must be belong to a AS"); + THROWF(arg_error, 0, "All defined components must belong to a AS"); } xbt_lib_set(as_router_lib, info->getName(), ROUTING_ASR_LEVEL, -- 2.20.1