From: Christian Heinrich Date: Tue, 28 Apr 2015 16:13:55 +0000 (+0200) Subject: Fixed typo in sg_config.c X-Git-Tag: v3_12~732^2~32 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/34a90997543e96d03c7a370fadabbd20abf0f37c Fixed typo in sg_config.c --- diff --git a/src/simgrid/sg_config.c b/src/simgrid/sg_config.c index 7f8e392080..2a387677ad 100644 --- a/src/simgrid/sg_config.c +++ b/src/simgrid/sg_config.c @@ -965,7 +965,7 @@ void sg_config_init(int *argc, char **argv) /* retrieves the current directory of the current process */ const char *initial_path = __surf_get_initial_path(); xbt_assert((initial_path), - "__surf_get_initial_path() failed! Can't resolves current Windows directory"); + "__surf_get_initial_path() failed! Can't resolve current Windows directory"); surf_path = xbt_dynar_new(sizeof(char *), NULL); xbt_cfg_setdefault_string(_sg_cfg_set, "path", initial_path);