Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a bunch of typos thanks to the new spell script. I only made the words starting...
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrordertype.c
index ac7ac61..25cf1d9 100644 (file)
@@ -97,7 +97,7 @@ int checkAttrs( MPI_Datatype type, 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 );
        }
     }