Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix a bunch of typos reported by lintian
[simgrid.git] / tools / cmake / scripts / IPC / Run.pm
index e2f951e..079c69f 100644 (file)
@@ -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;
       }