X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9a09b7fe81c883b73e0573bff67c853ef5c01691..365058a6f1cd1ae07157d60b7ecabe2800043ef5:/tools/cmake/scripts/IPC/Run.pm diff --git a/tools/cmake/scripts/IPC/Run.pm b/tools/cmake/scripts/IPC/Run.pm index e2f951e5ee..079c69faf1 100644 --- a/tools/cmake/scripts/IPC/Run.pm +++ b/tools/cmake/scripts/IPC/Run.pm @@ -2946,7 +2946,7 @@ sub _select_loop { SELECT: while ( $self->pumpable ) { if ( $io_occurred && $self->{break_on_io} ) { - _debug "exiting _select(): io occured and break_on_io set" + _debug "exiting _select(): io occurred and break_on_io set" if _debugging_details; last; }