]> git.sur5r.net Git - i3/i3/blobdiff - include/data.h
degendered terms
[i3/i3] / include / data.h
index 8f2c197df3e11e4a9234323a5fd8b3fd6049b289..eba0f968088363202eb519130e05f4bee0ad30e3 100644 (file)
@@ -450,7 +450,7 @@ struct Match {
 /**
  * An Assignment makes specific windows go to a specific workspace/output or
  * run a command for that window. With this mechanism, the user can -- for
- * example -- assign his browser to workspace "www". Checking if a window is
+ * example -- assign their browser to workspace "www". Checking if a window is
  * assigned works by comparing the Match data structure with the window (see
  * match_matches_window()).
  *