Closed
Description
You've made previous commits pertaining to typo fixes
So perhaps you could make an assessment if these warrant fixes and whether to modify copyrighted files.
I'm disinclined to open pulls in the Organization's repos owing to contact information being searchable in .mailmap files.
grep output
$ grep -nr Completet ompi/test
ompi/test/simple/intercomm1.c:16: printf("%d Completet\n", rank);
$ grep -nr declered ompi/test
ompi/test/carto/carto-file:24:# (Reserve word) (declered (declered (declered
$ grep -nr exepcted ompi/test
ompi/test/simple/concurrent_spawn.c:61: printf("ERROR: child did not receive exepcted argv!\n");
$ grep -nr firiing ompi/test
ompi/test/simple/hello_show_help.c:32: "sleep statements to ensure that the timer is firiing properly\nin the HNP and "
$ grep -nr opertations ompi/test
ompi/test/monitoring/check_monitoring.c:506: MPI_COMM_WORLD with RMA opertations */
$ grep -nr sentinal ompi/test
ompi/test/util/opal_error.c:53: 1, /* sentinal */
$