aboutsummaryrefslogtreecommitdiff
path: root/i3-migrate-config-to-v4
diff options
context:
space:
mode:
authorDiana Thayer <me@dianathayer.org>2015-03-11 21:41:43 -0700
committerDiana Thayer <me@dianathayer.org>2015-03-11 21:41:43 -0700
commit94b1e76af45431f8cb5878679591cd504f629e60 (patch)
tree484559967f7124f921f4e7171b3a6cdc2d7ff966 /i3-migrate-config-to-v4
parent10a58725cd481192576f5598cfd0f2d7fea88b13 (diff)
downloadi3-94b1e76af45431f8cb5878679591cd504f629e60.tar.gz
i3-94b1e76af45431f8cb5878679591cd504f629e60.zip
degendered terms
Diffstat (limited to 'i3-migrate-config-to-v4')
-rwxr-xr-xi3-migrate-config-to-v42
1 files changed, 1 insertions, 1 deletions
diff --git a/i3-migrate-config-to-v4 b/i3-migrate-config-to-v4
index ae5bf4de..b78378be 100755
--- a/i3-migrate-config-to-v4
+++ b/i3-migrate-config-to-v4
@@ -341,7 +341,7 @@ sub convert_command {
# NOTE: This is not 100% accurate, as it only works for one level
# of nested containers. As this is a common use case, we use 'focus
# parent; $command' nevertheless. For advanced use cases, the user
- # has to modify his config.
+ # has to modify their config.
print "$statement $key focus parent; $command\n";
}
return;