Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid...
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrordercomm.c
index 852e2d54ac3342e48ca6da08f40764bef4835dd3..209c0a3bd51998e30ed0f04f619a5bb76c78ce9c 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 );
        }
     }