editor: Typo.

This commit is contained in:
Alastair Poole 2020-03-08 00:16:52 +00:00
parent c9500ca7e5
commit 6311340663
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ edi_editor_save(Edi_Editor *editor)
// TODO: elm_code_file_save() should handle this.
if (!ecore_file_can_write(filename))
{
_edi_editor_file_save_fail_popup(editor->entry, editor);
_edi_editor_file_save_fail_popup(editor->entry, editor);
return;
}