summaryrefslogtreecommitdiffstats
path: root/src/test/test-tables.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-05-16 16:45:04 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2024-06-19 16:22:23 +0200
commitcd2fb04960b8aa0b353d12005b8cfc3b9d2bcfee (patch)
tree966757377fa2adc556fdd1d3f425f0267352e113 /src/test/test-tables.c
parentMerge pull request #33386 from yuwata/journal-timestamp (diff)
downloadsystemd-cd2fb04960b8aa0b353d12005b8cfc3b9d2bcfee.tar.xz
systemd-cd2fb04960b8aa0b353d12005b8cfc3b9d2bcfee.zip
Fix confusion between killer and prey
"who" is the entity doing the killing, "whom" is the target. Follow-up for 4ccde410a3fc141c9ddf285f24a22dfea99e0287.
Diffstat (limited to '')
-rw-r--r--src/test/test-tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c
index 8abfba550c..142ddc4832 100644
--- a/src/test/test-tables.c
+++ b/src/test/test-tables.c
@@ -71,7 +71,7 @@ int main(int argc, char **argv) {
test_table(job_state, JOB_STATE);
test_table(job_type, JOB_TYPE);
test_table(kill_mode, KILL_MODE);
- test_table(kill_who, KILL_WHO);
+ test_table(kill_whom, KILL_WHOM);
test_table(locale_variable, VARIABLE_LC);
test_table(log_target, LOG_TARGET);
test_table(managed_oom_mode, MANAGED_OOM_MODE);