diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-04-22 14:18:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-22 14:18:05 +0200 |
commit | 4f25723c149ba87bb88cb069f88196b70c8012af (patch) | |
tree | f0b17f633f13145994f2755ff4e7c55b3b049ea6 /src/shared | |
parent | fcf008f8665db3d9105d0a5fa0a98acd5eddff87 (diff) |
treewide: fix typos (#3092)
Diffstat (limited to 'src/shared')
-rw-r--r-- | src/shared/install.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/install.c b/src/shared/install.c index e97721b79e..b74ff6de22 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -1861,7 +1861,7 @@ int unit_file_revert( * c) if there's a vendor unit file (i.e. one in /usr) we remove any configured overriding unit files (i.e. in * "config", but not in "transient" or "control" or even "generated"). * - * We remove all that in both the runtime and the persistant directories, if that applies. + * We remove all that in both the runtime and the persistent directories, if that applies. */ r = lookup_paths_init(&paths, scope, 0, root_dir); |