Proper capitalization

This commit is contained in:
Xavi Artigas 2017-11-09 12:30:51 +01:00
parent 1f73f7e3aa
commit 20d06678ec
2 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ static void
_obj_destroy()
{
// Destroy the root element
printf ("Deleting root...\n");
printf ("Deleting Root...\n");
efl_unref(_root);
// Destroy the child2 element, for which we were keeping an extra reference

View File

@ -82,9 +82,9 @@ static void
_obj_destroy()
{
// Destroy the root element
printf ("Deleting root...\n");
printf ("Deleting Root...\n");
efl_unref(_root);
printf ("After deleting root:\n");
printf ("After deleting Root:\n");
_status_print();
// Destroy the child2 element, for which we were keeping an extra reference