File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ static void Main(string[] args)
91
91
{
92
92
hash = tryhash . Substring ( tryhash . IndexOf ( "hash" ) + 5 , 40 ) ;
93
93
} 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 ;
95
95
if ( ! weirderror . Contains ( hash ) ) weirderror . Add ( hash ) ;
96
96
if ( ! found . Contains ( err ) )
97
97
{
@@ -135,7 +135,7 @@ static void Main(string[] args)
135
135
136
136
if ( cover . Count != 0 )
137
137
{
138
- Console . WriteLine ( "\n Unsopported Cover formats (delete those songs):" ) ;
138
+ Console . WriteLine ( "\n Unsupported Cover formats (delete those songs):" ) ;
139
139
foreach ( String c in cover )
140
140
{
141
141
Console . WriteLine ( " - " + c ) ;
@@ -189,4 +189,4 @@ public static string ReadWord(this StringReader reader)
189
189
190
190
return result ; // Return the characters without the space
191
191
}
192
- }
192
+ }
You can’t perform that action at this time.
0 commit comments