File: spelling.patch

package info (click to toggle)
pplacer 1.1~alpha19-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,056 kB
  • sloc: ml: 20,927; ansic: 9,002; python: 1,641; makefile: 171; xml: 50; sh: 33
file content (15 lines) | stat: -rw-r--r-- 436 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Fri, 22 May 2020 07:19:29 +0200
Description: Fix spelling

--- a/cdd_src/cddio.c
+++ b/cdd_src/cddio.c
@@ -1557,7 +1557,7 @@ void dd_WriteLPMode(FILE *f)
     default: break;
   }
 
-  fprintf(f, "* Redundancy cheking solver: ");
+  fprintf(f, "* Redundancy checking solver: ");
   switch (dd_choiceRedcheckAlgorithm) {
     case dd_DualSimplex:
       fprintf(f, "DualSimplex\n");