From 23d6e64a660ee7f66a114645b6d55580f360f495 Mon Sep 17 00:00:00 2001 From: Konloch Date: Thu, 22 Jul 2021 22:17:20 -0700 Subject: [PATCH] Typo --- .../java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java b/src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java index 5dd56658..675fc0b7 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/api/ExceptionUI.java @@ -42,7 +42,7 @@ import static the.bytecode.club.bytecodeviewer.Constants.*; public class ExceptionUI extends JFrameConsole { - public static final String KONLOCH = "https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytcode.club or konloch@gmail.com"; + public static final String KONLOCH = "https://github.com/Konloch/bytecode-viewer/issues or Konloch at https://the.bytecode.club or konloch@gmail.com"; public static final String SEND_STACKTRACE_TO = buildErrorLogHeader(KONLOCH); public static final String SEND_STACKTRACE_TO_NL = SEND_STACKTRACE_TO + nl + nl;