From b7eb7519e018f542d3110756eddf83aa54568142 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 26 Jul 2021 17:01:04 -0300 Subject: fix some doc typos --- rat2canon.h | 4 ++-- rat2int.h | 4 ++-- 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\ " -- cgit v1.2.3