Skip to content

Commit 5057da9

Browse files
committed
Fix typo in GETTING_STARTED.md
1 parent fb7fa7a commit 5057da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GETTING_STARTED.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ the underlying communication library directly:
9898

9999
mpif90 -fcoarray=lib -L/opt/opencoarrays/ tally.f90 \ -lcaf_mpi -o htally-I<OpenCoarrays-install-path>/mod
100100

101-
and also run the program with the lower-level commnication library:
101+
and also run the program with the lower-level communication library:
102102

103103
mpirun -np <number-of-images> ./tally
104104

0 commit comments

Comments
 (0)