From f794dd6b1fc076a9ee7bd8320f70ec8b559c12eb Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 6 Jul 2007 19:05:37 +0000 Subject: [PATCH] Propagate Pedro's typo fixing to the header files git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@3665 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/include/surf/surf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/surf/surf.h b/src/include/surf/surf.h index a35a9923e4..6dfd902889 100644 --- a/src/include/surf/surf.h +++ b/src/include/surf/surf.h @@ -367,7 +367,7 @@ XBT_PUBLIC(void) surf_workstation_resource_init_KCCFLN05(const char *filename); * * \see surf_workstation_resource_init_CLM03() */ -XBT_PUBLIC(void) surf_workstation_resource_init_KCCFLN05_proportionnal(const char *filename); +XBT_PUBLIC(void) surf_workstation_resource_init_KCCFLN05_proportional(const char *filename); /** \brief Initializes the platform with the model KCCFLN05 using a lagrange * optimization approach to compute the effectivet bandwidth of each flow based -- 2.20.1