diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-05-07 11:50:11 -0700 |
commit | 34ed91bd900937447fb79e88f276fe19e6aba457 (patch) | |
tree | 5169fdea0baeec723798b86959dea4cd24c9f59a /src/AsciiSink.c | |
parent | 8a8fbec86a2988aa96cbf913d1fa54946fd9cf82 (diff) |
Fix spelling/wording issues
Found by using:
codespell --builtin clear,rare,usage,informal,code,names
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/AsciiSink.c')
-rw-r--r-- | src/AsciiSink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AsciiSink.c b/src/AsciiSink.c index c14306e..5e6b283 100644 --- a/src/AsciiSink.c +++ b/src/AsciiSink.c @@ -591,7 +591,7 @@ MaxLines(Widget w, Dimension height) } /* Function Name: MaxHeight - * Description: Finds the Minium height that will contain a given number + * Description: Finds the Minimum height that will contain a given number * lines. * Arguments: w - the AsciiSink Object. * lines - the number of lines. |