Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne committed Feb 15, 2022
1 parent cbf9977 commit a76efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MPI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import MPIPreferences
import MPICH_jll: libmpi, mpiexec
elseif MPIPreferences.binary == "OpenMPI_jll"
import OpenMPI_jll: libmpi, mpiexec
elseif MPIPreferences.binary == "MicrosofMPI_jll"
elseif MPIPreferences.binary == "MicrosoftMPI_jll"
import MicrosofMPI_jll: libmpi, mpiexec
else
error("Unknown MPI binary: $(MPIPreferences.binary)")
Expand Down

0 comments on commit a76efed

Please sign in to comment.