From 22b515e6d4f5671bb92751a4723c3f951ce5abaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Santos?= Date: Thu, 10 Sep 2020 21:30:11 +0100 Subject: [PATCH] Typo --- src/main/Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Main.java b/src/main/Main.java index 3e2124b..38d3459 100644 --- a/src/main/Main.java +++ b/src/main/Main.java @@ -322,7 +322,7 @@ static public void showCorrectionReport () { // check if there are some corrections done if(!errorCorrectionsReport.isEmpty()) { System.out.println(":::::::::::::::::::::::"); - System.out.println(":: Correction Reprot ::"); + System.out.println(":: Correction Report ::"); System.out.println(":::::::::::::::::::::::"); for(String line : errorCorrectionsReport) { System.out.println("Correction "+ count++ +": " + line);