Skip to content

Commit c8a6332

Browse files
committed
Fix typo
1 parent 04c648f commit c8a6332

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bobyqa/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ CFLAGS = ${STRICT} -Wall -O2 -I. -DNDEBUG
1212
FFLAGS = ${CFLAGS}
1313
LDFLAGS =
1414

15-
# Command and flags to build a static libarry:
15+
# Command and flags to build a static library:
1616
AR = ar
1717
ARFLAGS = rv
1818

19-
# Set the following to true/false depending whetehr your terminal does support
19+
# Set the following to true/false depending whether your terminal does support
2020
# ANSI colors.
2121
COLOR = true
2222

cobyla/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ CFLAGS = ${STRICT} -Wall -O2 -I. -DNDEBUG
1212
FFLAGS = ${CFLAGS}
1313
LDFLAGS =
1414

15-
# Command and flags to build a static libarry:
15+
# Command and flags to build a static library:
1616
AR = ar
1717
ARFLAGS = rv
1818

19-
# Set the following to true/false depending whetehr your terminal does support
19+
# Set the following to true/false depending whether your terminal does support
2020
# ANSI colors.
2121
COLOR = true
2222

23-
#---- Customization end here --------------------------------------------------
23+
#---- Customizations end here -------------------------------------------------
2424

2525
srcdir=.
2626
TMPDIR = /tmp

newuoa/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARFLAGS = rv
2020
# ANSI colors.
2121
COLOR = true
2222

23-
#---- Customization end here --------------------------------------------------
23+
#---- Customizations end here -------------------------------------------------
2424

2525
srcdir=.
2626
TMPDIR = /tmp

0 commit comments

Comments
 (0)