summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorJonathan Boulle <jonathanboulle@gmail.com>2015-01-15 08:19:30 +0100
committerMartin Pitt <martin.pitt@ubuntu.com>2015-01-15 08:19:30 +0100
commit835214146b60edfcec00075558ccc4238cc1ffe4 (patch)
tree2dfdd71390b4bc1f7397ba60a306333492edebc2 /src/nspawn
parent011c703495fb564a49dea44b424445241cd58634 (diff)
nspawn: fix log typos
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index 2387c151b..e2ce9fbc5 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -1029,7 +1029,7 @@ static int mount_cgroup(const char *dest) {
return r;
if (symlink(combined, target) < 0)
- return log_error_errno(errno, "Failed to create symlink for combined hiearchy: %m");
+ return log_error_errno(errno, "Failed to create symlink for combined hierarchy: %m");
}
}
@@ -3490,7 +3490,7 @@ int main(int argc, char *argv[]) {
if (!arg_quiet)
log_info("Directory %s already exists, not populating from template %s.", arg_directory, arg_template);
} else if (r < 0) {
- log_error_errno(r, "Couldn't create snapshort %s from %s: %m", arg_directory, arg_template);
+ log_error_errno(r, "Couldn't create snapshot %s from %s: %m", arg_directory, arg_template);
goto finish;
} else {
if (!arg_quiet)