Skip to content

Commit

Permalink
spell fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elpoeprod committed Nov 5, 2024
1 parent 75283af commit 89d8e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elpAudio/scripts/playlist_migrate.gml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if(!hf)
return "";
}
file_text_write_string(hf,'0') // TYPICAL PLAYLIST.
file_text_write_string(hf,'0') // .epl
file_text_writeln(hf)
hf2 = file_text_open_read(fullname);
Expand Down Expand Up @@ -462,7 +462,7 @@ while(!file_text_eof(hf2))
}
else
{
show_message("Unsupported format:##" + fullname + "##Operation canceled." )
show_message("Unsupported format:#" + fullname + "##Operation canceled." )
file_text_close(hf2);
file_text_close(hf);
return "";
Expand Down

0 comments on commit 89d8e3a

Please sign in to comment.