Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the tool to spellcheck the comments
[simgrid.git] / teshsuite / smpi / mpich3-test / attr / attrorder.c
index 09827feadc8e65e531d0dd59f3d4ddf9c4c4dfb1..d1539aedc3808578bb345090adb475c0b23b608c 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 );
        }
     }