changeset 1981:ad312de2a30e

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 27 Jun 2025 19:51:12 -0600
parents 2662ff07a6c8
children 0f59713aeaeb
files src/goodjava/io/IoUtils.java src/luan/modules/swing/TextAreaLuan.java website/src/hosting.html.luan
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
diff -r 2662ff07a6c8 -r ad312de2a30e src/goodjava/io/IoUtils.java
--- a/src/goodjava/io/IoUtils.java	Fri Jun 27 17:51:16 2025 -0600
+++ b/src/goodjava/io/IoUtils.java	Fri Jun 27 19:51:12 2025 -0600
@@ -159,7 +159,7 @@
 
 
 	static {
-		// undo restrictions of modern scum
+		// undo stupid modern restrictions
 		Security.setProperty("jdk.tls.disabledAlgorithms","SSLv3, RC4, DES, MD5withRSA, DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC");
 	}
 
diff -r 2662ff07a6c8 -r ad312de2a30e src/luan/modules/swing/TextAreaLuan.java
--- a/src/luan/modules/swing/TextAreaLuan.java	Fri Jun 27 17:51:16 2025 -0600
+++ b/src/luan/modules/swing/TextAreaLuan.java	Fri Jun 27 19:51:12 2025 -0600
@@ -97,7 +97,7 @@
 												   bounds);
 					r = (shape instanceof Rectangle) ?
 								  (Rectangle)shape : shape.getBounds();
-					// view.modelToView is broken crap, so hack a fix - fschmidt
+					// view.modelToView is broken junk, so hack a fix - fschmidt
 					int height = c.getFontMetrics(c.getFont()).getHeight();
 					if( offs0 == offs1 && r.height >= 2*height ) {
 						r.y = r.y + r.height - height;
diff -r 2662ff07a6c8 -r ad312de2a30e website/src/hosting.html.luan
--- a/website/src/hosting.html.luan	Fri Jun 27 17:51:16 2025 -0600
+++ b/website/src/hosting.html.luan	Fri Jun 27 19:51:12 2025 -0600
@@ -44,7 +44,7 @@
 
 <p>Running this script will create your website.  Running it again will update your website.</p>
 
-<p>If you are wondering why we offer this for free, it is because I am certain that modern culture people will never use it.  Modern culture people hate everything that is simple and good, and love overcomplicated crap.  So the free Luan hosting service will never have significant use, so I can easily offer it for free.</p>
+<p>If you are wondering why we offer this for free, it is because I am certain that modern culture people will never use it.  Modern culture people hate everything that is simple and good, and love overcomplicated junk.  So the free Luan hosting service will never have significant use, so I can easily offer it for free.</p>
 
 		</div>
 	</body>