typo: s/transiert/transient/

This commit is contained in:
Michael Stapelberg 2012-08-11 22:53:40 +02:00
parent 70ec3867fe
commit 91786c3801
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki
(cwindow->leader != XCB_NONE &&
cwindow->leader != cwindow->id &&
con_by_window_id(cwindow->leader) != NULL)) {
LOG("This window is transiert for another window, setting floating\n");
LOG("This window is transient for another window, setting floating\n");
want_floating = true;
if (config.popup_during_fullscreen == PDF_LEAVE_FULLSCREEN &&