]> git.sur5r.net Git - i3/i3/commitdiff
s/atomar/atomic
authorMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 8 Mar 2009 20:01:06 +0000 (21:01 +0100)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Sun, 8 Mar 2009 20:01:06 +0000 (21:01 +0100)
src/handlers.c

index a5e74d6a00f97a7db2b403efb4d91512f99f2ef9..714ff211742c367b902a0558dbab7348cbe3e6cb 100644 (file)
@@ -494,7 +494,7 @@ int handle_windowname_change(void *data, xcb_connection_t *conn, uint8_t state,
         if (client == NULL)
                 return 1;
 
-        /* Save the old pointer to make the update atomar */
+        /* Save the old pointer to make the update atomic */
         char *old_name = client->name;
         asprintf(&(client->name), "%.*s", xcb_get_property_value_length(prop), (char*)xcb_get_property_value(prop));
         if (old_name != NULL)