From a0fc4e260fe5cf6840b5c07d5c455bdbe5de8666 Mon Sep 17 00:00:00 2001 From: Ahmed Ashour Date: Sun, 14 Jan 2024 10:28:35 +0100 Subject: [PATCH] Fix typo Signed-off-by: Ahmed Ashour --- JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java b/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java index 7f8f0f4b..f015fa46 100644 --- a/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java +++ b/JWT Console App/src/main/java/com/docusign/JWTConsoleApp.java @@ -55,7 +55,7 @@ public static void main(String[] args) throws java.io.IOException { System.out.print("Enter the carbon copy's name: "); String ccName = scanner. nextLine(); - // Get information fro app.config + // Get information from app.config Properties prop = new Properties(); String fileName = "app.config"; FileInputStream fis = new FileInputStream(fileName); @@ -143,4 +143,4 @@ public static void main(String[] args) throws java.io.IOException { System.out.print (e.getMessage()); } } -} \ No newline at end of file +}