latte-int / latte

LattE integrale, software for counting lattice points and integration over convex polytopes
https://www.math.ucdavis.edu/~latte/
GNU General Public License v2.0
39 stars 13 forks source link

Fix a couple typos #29

Closed d-torrance closed 2 years ago

d-torrance commented 2 years ago

Fixed two misspellings ("elements" and "outputting") and added a space in the "usage" message for the CDD conversion utilities so we don't get the following:

$ ./ConvertCDDextToLatte
usage: ./ConvertCDDextToLatteinputFileName.ine outputFileName
slel commented 2 years ago

How about changing this:

-The wrong number of elements in the file.  The number of elements are less than you indicated.
+Wrong number of elements in the file: there are less than you indicated.
d-torrance commented 2 years ago

How about changing this:

-The wrong number of elements in the file.  The number of elements are less than you indicated.
+Wrong number of elements in the file: there are less than you indicated.

Done!

mkoeppe commented 2 years ago

Thanks!