diff --git a/Program.cs b/Program.cs index 6072a97..7440af6 100644 --- a/Program.cs +++ b/Program.cs @@ -91,7 +91,7 @@ static void Main(string[] args) { hash = tryhash.Substring(tryhash.IndexOf("hash") + 5, 40); } catch { } - err = "Cover asset art failed to load. Potientioal Song hash " + hash + " at line " + i; + err = "Cover asset art failed to load. Potiential Song hash " + hash + " at line " + i; if (!weirderror.Contains(hash)) weirderror.Add(hash); if (!found.Contains(err)) { @@ -135,7 +135,7 @@ static void Main(string[] args) if (cover.Count != 0) { - Console.WriteLine("\nUnsopported Cover formats (delete those songs):"); + Console.WriteLine("\nUnsupported Cover formats (delete those songs):"); foreach (String c in cover) { Console.WriteLine(" - " + c); @@ -189,4 +189,4 @@ public static string ReadWord(this StringReader reader) return result; // Return the characters without the space } -} \ No newline at end of file +}