Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrorder.c
index 09827fe..d1539ae 100644 (file)
@@ -97,7 +97,7 @@ int checkAttrs( MPI_Comm comm, int n, int key[], int attrval[] )
        }
        else if (val_p != &attrval[i]) {
            errs++;
-           fprintf( stderr, "Atribute value for key %d not correct\n",
+           fprintf( stderr, "Attribute value for key %d not correct\n",
                     i );
        }
     }