Skip to content

Commit c667552

Browse files
committed
fix typo
1 parent 6be2f7e commit c667552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lpi/lpi_grb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#endif
5151

5252
#if ( GRB_VERSION_MAJOR < 6 || ( GRB_VERSION_MAJOR == 7 && GRB_VERSION_MINOR == 0 && GRB_VERSION_TECHNICAL < 2 ) )
53-
#error "The Gurobi intreface only works for Gurobi versions at least 7.0.2"
53+
#error "The Gurobi interface only works for Gurobi versions at least 7.0.2"
5454
#endif
5555

5656
#ifdef SCIP_THREADSAFE

0 commit comments

Comments
 (0)