From 34a90997543e96d03c7a370fadabbd20abf0f37c Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 28 Apr 2015 18:13:55 +0200 Subject: [PATCH] Fixed typo in sg_config.c --- src/simgrid/sg_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1