changeset 76:7c5c9cd41b8f

Minor comment spelling fix
author Fox
date Sat, 07 Jan 2023 01:59:06 +0100
parents 85b392e8ba87
children f9b9c7b473b9
files src/junotu/Main.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 85b392e8ba87 -r 7c5c9cd41b8f src/junotu/Main.java
--- a/src/junotu/Main.java	Sat Jan 07 01:57:44 2023 +0100
+++ b/src/junotu/Main.java	Sat Jan 07 01:59:06 2023 +0100
@@ -150,7 +150,7 @@
 		}
 		System.err.print("Failed to open URI: All Linux-specific workarounds seem to have failed.\n");
 	    } else {
-		System.err.print("Failed to open URI: 'Browse' action is not supported, and system-specific workaround waren't triggered. (OS name: '"+System.getProperty("os.name")+"')\n");
+		System.err.print("Failed to open URI: 'Browse' action is not supported, and system-specific workarounds waren't triggered. (OS name: '"+System.getProperty("os.name")+"')\n");
 	    }
 	} catch( Exception e ) {
 	    throw new RuntimeException(e);