aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-07-26 17:01:04 -0300
committerDavid Bremner <david@tethera.net>2021-07-26 17:01:04 -0300
commitb7eb7519e018f542d3110756eddf83aa54568142 (patch)
treef0a84c2aca61abf629935ed2fbb644bb4e1f6b2a
parent1665a24896bfe5c36a8399c7f5709938c8065362 (diff)
fix some doc typos
-rw-r--r--rat2canon.h4
-rw-r--r--rat2int.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/rat2canon.h b/rat2canon.h
index 32320fd..470ee69 100644
--- a/rat2canon.h
+++ b/rat2canon.h
@@ -1,5 +1,5 @@
#define DOCSTRING "inetools 0.10\
\n\
-rat2canon takes a polytope file with rational or integer coefficents, \n\
-and outputs an equivelent one with normalized right hand side.\n\
+rat2canon takes a polytope file with rational or integer coefficients, \n\
+and outputs an equivalent one with normalized right hand side.\n\
"
diff --git a/rat2int.h b/rat2int.h
index e6abc25..c15b8c0 100644
--- a/rat2int.h
+++ b/rat2int.h
@@ -1,5 +1,5 @@
#define DOCSTRING "inetools 0.10\
\n\
-rat2canon takes a polytope file with rational or integer coefficents,\n\
-and outputs an equivelent one with normalized right hand side.\n\
+rat2int takes a polytope file with rational coefficients,\n\
+and outputs an equivalent one with integer coefficients.\n\
"