File: fix_typo.patch

package info (click to toggle)
mpsolve 3.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,196 kB
  • sloc: ansic: 24,344; sh: 4,701; cpp: 3,138; makefile: 906; python: 407; yacc: 158; lex: 85; xml: 41
file content (16 lines) | stat: -rw-r--r-- 652 bytes parent folder | download | duplicates (2)
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. */