From: Arnaud Giersch Date: Fri, 1 Feb 2013 09:00:39 +0000 (+0100) Subject: Typo. X-Git-Tag: v3_9_90~542 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e5211f0677c18dfc4015a44a739fa3f28fb43b93?ds=inline Typo. --- diff --git a/buildtools/Cmake/MakeLib.cmake b/buildtools/Cmake/MakeLib.cmake index 1707c38cf6..3f1edbeddf 100644 --- a/buildtools/Cmake/MakeLib.cmake +++ b/buildtools/Cmake/MakeLib.cmake @@ -61,7 +61,7 @@ if(enable_java) else() error("Unknown system type. Processor: ${CMAKE_SYSTEM_PROCESSOR}; System: ${CMAKE_SYSTEM_NAME}") endif() - message("Native libraries bundeled into: ${JSG_BUNDLE}") + message("Native libraries bundled into: ${JSG_BUNDLE}") add_custom_command( COMMENT "Finalize simgrid.jar..."