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 / init / attrself.c
index 9f68ce2..2339805 100644 (file)
@@ -92,7 +92,7 @@ int checkAttrs( MPI_Comm comm, int n, int lkey[], int attrval[] )
        }
        else if (val_p != &attrval[i]) {
            lerrs++;
-           fprintf( stderr, "Atribute value for key %d not correct\n",
+           fprintf( stderr, "Attribute value for key %d not correct\n",
                     i );
        }
     }