Skip to content

Commit cd556f3

Browse files
committed
style: fix typo on Deprecated GCLog
1 parent c84bd47 commit cd556f3

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/micdoodle8/mods/galacticraft/core/util

1 file changed

+1
-1
lines changed

src/main/java/micdoodle8/mods/galacticraft/core/util/GCLog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
public class GCLog
1818
{
1919

20-
private static Logger log = LogManager.getFormatterLogger("Depreciated-GCLog");
20+
private static Logger log = LogManager.getFormatterLogger("Deprecated-GCLog");
2121

2222
public static void info(String message)
2323
{

0 commit comments

Comments
 (0)