Skip to content

Commit 4a8af79

Browse files
authored
Typo in comment : writte -> written (#2801)
1 parent 65b9ca3 commit 4a8af79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/mockoptimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ function MOI.set(
322322
if value == MOI.CONFLICT_FOUND && mock.conflict_count == 0
323323
# A backwards compatible change for JuMP, which set MOI.ConflictStatus
324324
# in its tests without setting MOI.ConflictCount (because the test was
325-
# writte prior to the introduction of MOI.ConflictCount).
325+
# written prior to the introduction of MOI.ConflictCount).
326326
mock.conflict_count = 1
327327
end
328328
mock.conflict_status = value

0 commit comments

Comments
 (0)