1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix typo
Author: Doug Torrance <dtorrance@debian.org>
Forwarded: https://github.com/robol/MPSolve/pull/22
Last-Update: 2020-05-01
--- a/src/libmps/common/starting.c
+++ b/src/libmps/common/starting.c
@@ -1524,7 +1524,7 @@
{
if (ctx->debug_level & MPS_DEBUG_CLUSTER)
MPS_DEBUG (ctx,
- "Cluster containing root %d was successfuly detached.", k);
+ "Cluster containing root %d was successfully detached.", k);
/* We need to stop marking this cluster as detached, that means
* "experimental" in this context. */
|