X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/eb543289b29d3a8803480fa2d4153e36c37f4a48..4b0fa756ae6e58a74c374a519389ecb9e8b6a4d9:/include/xbt/log.h diff --git a/include/xbt/log.h b/include/xbt/log.h index 4f09803292..6264c59aa5 100644 --- a/include/xbt/log.h +++ b/include/xbt/log.h @@ -46,7 +46,7 @@ typedef enum { xbt_log_priority_trace = 1, /**< enter and return of some functions */ xbt_log_priority_debug = 2, /**< crufty output */ xbt_log_priority_verbose = 3, /**< verbose output for the user wanting more */ - xbt_log_priority_info = 4, /**< output about the regular functionning */ + xbt_log_priority_info = 4, /**< output about the regular functioning */ xbt_log_priority_warning = 5, /**< minor issue encountered */ xbt_log_priority_error = 6, /**< issue encountered */ xbt_log_priority_critical = 7, /**< major issue encountered */