From dd459b432853d1583e31c45ee514395aa9577fdf Mon Sep 17 00:00:00 2001 From: Kevin Lamonte Date: Sat, 9 Mar 2019 09:11:35 -0600 Subject: [PATCH] spelling --- src/jexer/demos/DemoEditorWindow.java | 2 +- src/jexer/demos/DemoTextWindow.java | 2 +- src/jexer/package-info.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jexer/demos/DemoEditorWindow.java b/src/jexer/demos/DemoEditorWindow.java index c63ce0d..59bc9f0 100644 --- a/src/jexer/demos/DemoEditorWindow.java +++ b/src/jexer/demos/DemoEditorWindow.java @@ -93,7 +93,7 @@ public class DemoEditorWindow extends TWindow { "This is an example of an editable text field. Some example text follows.\n" + "\n" + "This library implements a text-based windowing system loosely\n" + -"reminiscient of Borland's [Turbo\n" + +"reminiscent of Borland's [Turbo\n" + "Vision](http://en.wikipedia.org/wiki/Turbo_Vision) library. For those\n" + "wishing to use the actual C++ Turbo Vision library, see [Sergio\n" + "Sigala's updated version](http://tvision.sourceforge.net/) that runs\n" + diff --git a/src/jexer/demos/DemoTextWindow.java b/src/jexer/demos/DemoTextWindow.java index afa2a0e..7490886 100644 --- a/src/jexer/demos/DemoTextWindow.java +++ b/src/jexer/demos/DemoTextWindow.java @@ -123,7 +123,7 @@ public class DemoTextWindow extends TWindow { "Notice that some menu items should be disabled when this window has focus.\n" + "\n" + "This library implements a text-based windowing system loosely " + -"reminiscient of Borland's [Turbo " + +"reminiscent of Borland's [Turbo " + "Vision](http://en.wikipedia.org/wiki/Turbo_Vision) library. For those " + "wishing to use the actual C++ Turbo Vision library, see [Sergio " + "Sigala's updated version](http://tvision.sourceforge.net/) that runs " + diff --git a/src/jexer/package-info.java b/src/jexer/package-info.java index c1c24e8..f2769a0 100644 --- a/src/jexer/package-info.java +++ b/src/jexer/package-info.java @@ -31,7 +31,7 @@ * Jexer - Java Text User Interface library * *

- * This library is a text-based windowing system loosely reminiscient of + * This library is a text-based windowing system loosely reminiscent of * Borland's Turbo * Vision library. Jexer's goal is to enable people to get up and * running with minimum hassle and lots of polish. A very quick "Hello -- 2.27.0