diff options
author | Michael Biebl <mbiebl@gmail.com> | 2016-07-12 02:47:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-12 02:47:25 +0200 |
commit | e18ec3c71d6450de898cd46e659b560e18ee8430 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/core/load-fragment.c | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) | |
parent | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (diff) |
Merge pull request #3702 from torstehu/fix-typo
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/core/load-fragment.c')
-rw-r--r-- | src/core/load-fragment.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 8295cf45a6..61b333b506 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -3594,7 +3594,7 @@ int config_parse_protect_home( assert(data); /* Our enum shall be a superset of booleans, hence first try - * to parse as as boolean, and then as enum */ + * to parse as boolean, and then as enum */ k = parse_boolean(rvalue); if (k > 0) @@ -3637,7 +3637,7 @@ int config_parse_protect_system( assert(data); /* Our enum shall be a superset of booleans, hence first try - * to parse as as boolean, and then as enum */ + * to parse as boolean, and then as enum */ k = parse_boolean(rvalue); if (k > 0) |