Skip to content

Commit 881aac8

Browse files
Feex grammar
1 parent bb07188 commit 881aac8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Program.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static void Main(string[] args)
9191
{
9292
hash = tryhash.Substring(tryhash.IndexOf("hash") + 5, 40);
9393
} catch { }
94-
err = "Cover asset art failed to load. Potientioal Song hash " + hash + " at line " + i;
94+
err = "Cover asset art failed to load. Potiential Song hash " + hash + " at line " + i;
9595
if (!weirderror.Contains(hash)) weirderror.Add(hash);
9696
if (!found.Contains(err))
9797
{
@@ -135,7 +135,7 @@ static void Main(string[] args)
135135

136136
if (cover.Count != 0)
137137
{
138-
Console.WriteLine("\nUnsopported Cover formats (delete those songs):");
138+
Console.WriteLine("\nUnsupported Cover formats (delete those songs):");
139139
foreach (String c in cover)
140140
{
141141
Console.WriteLine(" - " + c);
@@ -189,4 +189,4 @@ public static string ReadWord(this StringReader reader)
189189

190190
return result; // Return the characters without the space
191191
}
192-
}
192+
}

0 commit comments

Comments
 (0)