Skip to content

Commit 9ca87bf

Browse files
authored
Fix a common typo: avaiable -> available (#2997)
1 parent 33831d1 commit 9ca87bf

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/attributes.jl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@ solution `result_index`.
16581658
## PrimalStatus
16591659
16601660
Before quering this attribute you should first check [`PrimalStatus`](@ref) to
1661-
confirm that a primal solution is avaiable.
1661+
confirm that a primal solution is available.
16621662
16631663
If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
16641664
this attribute is undefined.
@@ -1698,7 +1698,7 @@ the dual solution `result_index`.
16981698
## DualStatus
16991699
17001700
Before quering this attribute you should first check [`DualStatus`](@ref) to
1701-
confirm that a dual solution is avaiable.
1701+
confirm that a dual solution is available.
17021702
17031703
If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
17041704
this attribute is undefined.
@@ -2083,7 +2083,7 @@ An [`AbstractVariableAttribute`](@ref) for the variable's primal value in result
20832083
## PrimalStatus
20842084
20852085
Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2086-
confirm that a primal solution is avaiable.
2086+
confirm that a primal solution is available.
20872087
20882088
If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
20892089
this attribute is undefined.
@@ -2174,7 +2174,7 @@ variable in result `result_index`, with respect to a basic solution.
21742174
## PrimalStatus
21752175
21762176
Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2177-
confirm that a primal solution is avaiable.
2177+
confirm that a primal solution is available.
21782178
21792179
If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
21802180
this attribute is undefined.
@@ -2377,7 +2377,7 @@ due to numerical tolerances they may not be identical.)
23772377
## PrimalStatus
23782378
23792379
Before quering this attribute you should first check [`PrimalStatus`](@ref) to
2380-
confirm that a primal solution is avaiable.
2380+
confirm that a primal solution is available.
23812381
23822382
If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
23832383
this attribute is undefined.
@@ -2423,7 +2423,7 @@ result `result_index`.
24232423
## DualStatus
24242424
24252425
Before quering this attribute you should first check [`DualStatus`](@ref) to
2426-
confirm that a dual solution is avaiable.
2426+
confirm that a dual solution is available.
24272427
24282428
If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
24292429
this attribute is undefined.
@@ -3324,7 +3324,7 @@ Both values are useful in different circumstances.
33243324
## DualStatus
33253325
33263326
Before quering this attribute you should first check [`DualStatus`](@ref) to
3327-
confirm that a dual solution is avaiable.
3327+
confirm that a dual solution is available.
33283328
33293329
If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
33303330
this attribute is undefined.

0 commit comments

Comments
 (0)