diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-07-10 14:48:23 +0200 |
---|---|---|
committer | Torstein Husebø <torstein@huseboe.net> | 2016-07-11 16:18:43 +0200 |
commit | 61233823aa4b0fe9605e0a7cd77261b3c5bca8e9 (patch) | |
tree | 1028bd5ea783209d44aefa0acacd277d2dea44ab /src/core/execute.c | |
parent | d6cdc4cd4b58cfff4b44e1201e54f05b4a38d2d4 (diff) |
treewide: fix typos and remove accidental repetition of words
Diffstat (limited to 'src/core/execute.c')
-rw-r--r-- | src/core/execute.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/execute.c b/src/core/execute.c index 8c487b371f..f4f5723c35 100644 --- a/src/core/execute.c +++ b/src/core/execute.c @@ -2827,7 +2827,7 @@ void exec_context_dump(ExecContext *c, FILE* f, const char *prefix) { bool exec_context_maintains_privileges(ExecContext *c) { assert(c); - /* Returns true if the process forked off would run run under + /* Returns true if the process forked off would run under * an unchanged UID or as root. */ if (!c->user) |