]> Dogcows Code - chaz/openbox/commitdiff
typo
authorDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 02:20:16 +0000 (02:20 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 25 Mar 2003 02:20:16 +0000 (02:20 +0000)
openbox/event.c

index 91ba190b8824b124a6e0c5f8b60256377fd96b4b..6560402f6e6a01dba8c845376b5ef01b5ad1f619 100644 (file)
@@ -438,7 +438,7 @@ static void event_handle_client(Client *client, XEvent *e)
        client_unmanage(client);
        break;
     case MapRequest:
-        if (!client->iconic) break; /* this normal doesn't happen, but if it
+        if (!client->iconic) break; /* this normally doesn't happen, but if it
                                        does, we don't want it! */
         if (screen_showing_desktop)
             screen_show_desktop(FALSE);
This page took 0.028175 seconds and 4 git commands to generate.