changeset 1981:ad312de2a30e default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 27 Jun 2025 19:51:12 -0600
parents 2662ff07a6c8
children
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
--- 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");
 	}
 
--- 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;
--- 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>