From 2aa97ab052f0a1c3ae440a621a6a38c041ebe375 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 8 Sep 2011 13:21:46 +0200 Subject: [PATCH 1/1] Fix typo in help message. --- src/surf/surf_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/surf/surf_config.c b/src/surf/surf_config.c index 4cc63c8852..f269695277 100644 --- a/src/surf/surf_config.c +++ b/src/surf/surf_config.c @@ -424,7 +424,7 @@ void surf_config_init(int *argc, char **argv) default_value_int = 0; xbt_cfg_register(&_surf_cfg_set, "fullduplex", - "Activate the interferences between uploads and downloads for fluid max-min models (LV08, CM03)", + "Activate the interferences between uploads and downloads for fluid max-min models (LV08, CM02)", xbt_cfgelm_int, &default_value_int, 0, 1, _surf_cfg_cb__surf_network_fullduplex, NULL); xbt_cfg_setdefault_int(_surf_cfg_set, "fullduplex", default_value_int); -- 2.20.1