Skip to content

Commit bfe1753

Browse files
committed
typo
1 parent cbf9977 commit bfe1753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MPI.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ import MPIPreferences
4040
import MPICH_jll: libmpi, mpiexec
4141
elseif MPIPreferences.binary == "OpenMPI_jll"
4242
import OpenMPI_jll: libmpi, mpiexec
43-
elseif MPIPreferences.binary == "MicrosofMPI_jll"
44-
import MicrosofMPI_jll: libmpi, mpiexec
43+
elseif MPIPreferences.binary == "MicrosoftMPI_jll"
44+
import MicrosoftMPI_jll: libmpi, mpiexec
4545
else
4646
error("Unknown MPI binary: $(MPIPreferences.binary)")
4747
end

0 commit comments

Comments
 (0)