bug-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-glpk] Typos


From: xypron
Subject: [Bug-glpk] Typos
Date: Sat, 27 Jun 2009 14:22:37 -0700 (PDT)

Hello Andrew,

some typos exist in output strings. See patch below.

Best regards

Xypron

diff -ruN glpk-4.38-orig/src/glpapi20.c glpk-4.38/src/glpapi20.c
--- glpk-4.38-orig/src/glpapi20.c       2009-05-02 11:00:00.000000000 +0200
+++ glpk-4.38/src/glpapi20.c    2009-06-27 23:03:43.000000000 +0200
@@ -317,7 +317,7 @@
          else if (p("-d") || p("--data"))
          {  k++;
             if (k == argc || argv[k][0] == '\0' || argv[k][0] == '-')
-            {  xprintf("No input data file specifed\n");
+            {  xprintf("No input data file specified\n");
                return 1;
             }
             if (csa->ndf == DATA_MAX)
@@ -329,7 +329,7 @@
          else if (p("-y") || p("--display"))
          {  k++;
             if (k == argc || argv[k][0] == '\0' || argv[k][0] == '-')
-            {  xprintf("No display output file specifed\n");
+            {  xprintf("No display output file specified\n");
                return 1;
             }
             if (csa->out_dpy != NULL)
@@ -349,7 +349,7 @@
          else if (p("-r") || p("--read"))
          {  k++;
             if (k == argc || argv[k][0] == '\0' || argv[k][0] == '-')
-            {  xprintf("No input solution file specifed\n");
+            {  xprintf("No input solution file specified\n");
                return 1;
             }
             if (csa->in_res != NULL)
@@ -381,7 +381,7 @@
          else if (p("-w") || p("--write"))
          {  k++;
             if (k == argc || argv[k][0] == '\0' || argv[k][0] == '-')
-            {  xprintf("No output solution file specifed\n");
+            {  xprintf("No output solution file specified\n");
                return 1;
             }
             if (csa->out_res != NULL)
diff -ruN glpk-4.38-orig/src/glpipp02.c glpk-4.38/src/glpipp02.c
--- glpk-4.38-orig/src/glpipp02.c       2009-05-02 11:00:00.000000000 +0200
+++ glpk-4.38/src/glpipp02.c    2009-06-27 23:05:10.000000000 +0200
@@ -1328,7 +1328,7 @@
             ipp_add_aij(ipp, dup, aij->col, aij->val);
       }
       if (nrows > 0)
-         xprintf("ipp_reduction: %d row(s) splitted into single inequal"
+         xprintf("ipp_reduction: %d row(s) split into single inequal"
             "ities\n", nrows);
       /* replace all '>=' inequalities by '<=' ones */
       for (row = ipp->row_ptr; row != NULL; row = row->next)

-- 
View this message in context: 
http://www.nabble.com/Typos-tp24236718p24236718.html
Sent from the Gnu - GLPK - Bugs mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]