Skip to content

Commit 9565d90

Browse files
committed
260208.063129.CET [skip ci] fix typo
1 parent 76ba790 commit 9565d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fortran/examples/bobyqa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ifeq ($(shell uname -s),Darwin)
6464
endif
6565
ftest: FC := $(FFORT) -std=f$(FSTD)
6666

67-
# GNU gfortran: due to `error stop` and `backtrace`, we must either compile wit no `-std` or
67+
# GNU gfortran: due to `error stop` and `backtrace`, we must either compile with no `-std` or
6868
# use `-std=f20xy -fall-intrinsics` with xy >= 18.
6969
gtest: FC := gfortran -Wall -Wextra -Wno-function-elimination -std=f$(FSTD) -fall-intrinsics
7070

0 commit comments

Comments
 (0)