]> git.sur5r.net Git - i3/i3/commitdiff
typo: s/transiert/transient/
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 11 Aug 2012 20:53:40 +0000 (22:53 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 11 Aug 2012 20:53:40 +0000 (22:53 +0200)
src/manage.c

index 55157ebaadc8499213087c347c5fd045ef171ebb..2d08afaadcc44726d2f720e09c71e03355b53ce3 100644 (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 &&