summaryrefslogtreecommitdiff
path: root/src/test/test-fd-util.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-30 18:26:17 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2021-11-30 12:30:07 +0000
commita6f44d610c1b1064c95ad0fef59ebc093a2a401a (patch)
tree1d78de487237a3ba0bdcd29df52087274b7d0db7 /src/test/test-fd-util.c
parentdc063e0978ed5deb534554a7aeb113295586059a (diff)
downloadsystemd-a6f44d610c1b1064c95ad0fef59ebc093a2a401a.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/test/test-fd-util.c')
-rw-r--r--src/test/test-fd-util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-fd-util.c b/src/test/test-fd-util.c
index 167fecab25..5b5a712469 100644
--- a/src/test/test-fd-util.c
+++ b/src/test/test-fd-util.c
@@ -314,7 +314,7 @@ static int seccomp_prohibit_close_range(void) {
return 0;
#else
- return log_warning_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "Seccomp support or close_range() syscall definition not availeble.");
+ return log_warning_errno(SYNTHETIC_ERRNO(EOPNOTSUPP), "Seccomp support or close_range() syscall definition not available.");
#endif
}