Skip to content

Commit 511dd43

Browse files
committed
oshmem: fixes typo in the error message
Signed-off-by: Alex Mikheev <[email protected]>
1 parent f630b43 commit 511dd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oshmem/runtime/oshmem_shmem_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ int oshmem_shmem_init(int argc, char **argv, int requested, int *provided)
176176
int perr;
177177
perr = pthread_create(&thread_id, NULL, &shmem_opal_thread, NULL);
178178
if (0 != perr) {
179-
SHMEM_API_ERROR("cannot creat opal thread for SHMEM");
179+
SHMEM_API_ERROR("cannot create opal thread for SHMEM");
180180
return OSHMEM_ERROR;
181181
}
182182
#endif

0 commit comments

Comments
 (0)