summaryrefslogtreecommitdiff
path: root/src/test/test-ns.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2017-10-10 09:49:20 +0200
committerLennart Poettering <lennart@poettering.net>2017-10-10 09:51:58 +0200
commitbb0ff3fb1bc57df3c6f40817e160f94bc2814678 (patch)
tree4e393ba2918c44ff79f2a6ae6d91a9ebdf05b675 /src/test/test-ns.c
parent6e2d7c4f131edb19255842cdd4dc199cf8adb5ab (diff)
downloadsystemd-bb0ff3fb1bc57df3c6f40817e160f94bc2814678.tar.gz
systemd-bb0ff3fb1bc57df3c6f40817e160f94bc2814678.tar.bz2
systemd-bb0ff3fb1bc57df3c6f40817e160f94bc2814678.zip
namespace: change NameSpace → Namespace
We generally use the casing "Namespace" for the word, and that's visible in a number of user-facing interfaces, including "RestrictNamespace=" or "JoinsNamespaceOf=". Let's make sure to use the same casing internally too. As discussed in #7024
Diffstat (limited to 'src/test/test-ns.c')
-rw-r--r--src/test/test-ns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-ns.c b/src/test/test-ns.c
index b142c3a115..5b2a03ff6d 100644
--- a/src/test/test-ns.c
+++ b/src/test/test-ns.c
@@ -46,7 +46,7 @@ int main(int argc, char *argv[]) {
NULL
};
- static const NameSpaceInfo ns_info = {
+ static const NamespaceInfo ns_info = {
.private_dev = true,
.protect_control_groups = true,
.protect_kernel_tunables = true,