From 0923b4253c93ace134d06e6ecba8133b3e797616 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sat, 15 Oct 2022 16:06:20 +0200 Subject: tree-wide: replace "plural(s)" by "plurals" (s) is just ugly with a vibe of DOS. In most cases just using the normal plural form is more natural and gramatically correct. There are some log_debug() statements left, and texts in foreign licenses or headers. Those are not touched on purpose. --- shell-completion/zsh/_oomctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell-completion/zsh/_oomctl') diff --git a/shell-completion/zsh/_oomctl b/shell-completion/zsh/_oomctl index f956340b7e..18e1938ab9 100644 --- a/shell-completion/zsh/_oomctl +++ b/shell-completion/zsh/_oomctl @@ -5,7 +5,7 @@ { local -a _oomctl_cmds _oomctl_cmds=( - "dump:Show the current state of the cgroup(s) and system context(s)" + "dump:Show the current state of cgroups and system contexts" "help:Prints a short help text and exits." ) if (( CURRENT == 1 )); then -- cgit v1.2.1