From 91786c380115d8d5dfff11aed31cabe560e317c9 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 11 Aug 2012 22:53:40 +0200 Subject: [PATCH] typo: s/transiert/transient/ --- src/manage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manage.c b/src/manage.c index 55157eba..2d08afaa 100644 --- a/src/manage.c +++ b/src/manage.c @@ -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 && -- 2.39.5