spelling
authorKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 15:11:35 +0000 (09:11 -0600)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 9 Mar 2019 15:11:35 +0000 (09:11 -0600)
src/jexer/demos/DemoEditorWindow.java
src/jexer/demos/DemoTextWindow.java
src/jexer/package-info.java

index c63ce0d353ca0eea49661d93ac53ee776ca10848..59bc9f0fc48fbae45e4845f3da4b9722101c0afc 100644 (file)
@@ -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" +
index afa2a0ea2dd0ee833c94a1e6826116ae7319d4a9..74908862eb0b2abaf68d571ac334bec04035628b 100644 (file)
@@ -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 " +
index c1c24e87f52ba07fa7750f733b18f2df6f116665..f2769a0facf8392f13bf5e5f12ca26f934ffd49e 100644 (file)
@@ -31,7 +31,7 @@
  * Jexer - Java Text User Interface library
  *
  * <p>
- * This library is a text-based windowing system loosely reminiscient of
+ * This library is a text-based windowing system loosely reminiscent of
  * Borland's <a href="http://en.wikipedia.org/wiki/Turbo_Vision">Turbo
  * Vision</a> library.  Jexer's goal is to enable people to get up and
  * running with minimum hassle and lots of polish.  A very quick "Hello