mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
Fix typo in error message
Change-Id: I69c87fac21b034b639fbce4324397b273d66d41b
This commit is contained in:
parent
e401683482
commit
9db0cf0f93
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ enum plugin_status run_overlay(const void* parameter,
|
|||
audiobuf = rb->plugin_get_audio_buffer(&audiobuf_size);
|
||||
if (!audiobuf)
|
||||
{
|
||||
rb->splash(2*HZ, "Can't optain memory");
|
||||
rb->splash(2*HZ, "Can't obtain memory");
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue