Fix misspelling in e_randr2.c

Summary: Fix misspelling in e_randr2.c

Reviewers: zmike

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2476
This commit is contained in:
Yomi 2015-05-07 18:41:10 -04:00 committed by Mike Blumenkrantz
parent 6d2c8c46da
commit aa56794304
1 changed files with 1 additions and 1 deletions

View File

@ -535,7 +535,7 @@ _cb_screen_change_delay(void *data EINA_UNUSED)
}
printf("RRR: change = %i\n", change);
// we plugged or unplugged some monitor - re-apply config so
// known screens can be coonfigured
// known screens can be configured
if (change) e_randr2_config_apply();
}
// update screen info after the above apply or due to external changes