@@ -1658,7 +1658,7 @@ solution `result_index`.
16581658## PrimalStatus
16591659
16601660Before 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
16631663If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
16641664this attribute is undefined.
@@ -1698,7 +1698,7 @@ the dual solution `result_index`.
16981698## DualStatus
16991699
17001700Before 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
17031703If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
17041704this attribute is undefined.
@@ -2083,7 +2083,7 @@ An [`AbstractVariableAttribute`](@ref) for the variable's primal value in result
20832083## PrimalStatus
20842084
20852085Before 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
20882088If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
20892089this attribute is undefined.
@@ -2174,7 +2174,7 @@ variable in result `result_index`, with respect to a basic solution.
21742174## PrimalStatus
21752175
21762176Before 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
21792179If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
21802180this attribute is undefined.
@@ -2377,7 +2377,7 @@ due to numerical tolerances they may not be identical.)
23772377## PrimalStatus
23782378
23792379Before 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
23822382If the [`PrimalStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
23832383this attribute is undefined.
@@ -2423,7 +2423,7 @@ result `result_index`.
24232423## DualStatus
24242424
24252425Before 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
24282428If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
24292429this attribute is undefined.
@@ -3324,7 +3324,7 @@ Both values are useful in different circumstances.
33243324## DualStatus
33253325
33263326Before 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
33293329If the [`DualStatus`](@ref) is [`NO_SOLUTION`](@ref) the result of querying
33303330this attribute is undefined.
0 commit comments