Summary: just a small typo

Test Plan: -

Reviewers: raster

Reviewed By: raster

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D12281
This commit is contained in:
josef radinger 2021-05-30 20:43:41 +01:00 committed by Carsten Haitzler (Rasterman)
parent 8128581751
commit 6b38c62314
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ elm_main(int argc, char **argv)
}
evas = evas_object_evas_get(win);
elm_win_autodel_set(win, EINA_TRUE);
elm_win_title_set(win, "Elementary Performace Test");
elm_win_title_set(win, "Elementary Performance Test");
elm_policy_set(ELM_POLICY_QUIT, ELM_POLICY_QUIT_LAST_WINDOW_CLOSED);
bg = evas_object_rectangle_add(evas);