diff options
author | Torstein Husebø <torstein@huseboe.net> | 2016-09-26 11:32:47 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-09-26 11:32:47 +0200 |
commit | d23a0044a3ba9ebff5e4e304152fd24ecf113524 (patch) | |
tree | 501dfb1d77d46b473969fe68d9680bbfc81b7afb /src/nspawn | |
parent | 6c1e2427df86b11076dffefbcdfd031429f5b256 (diff) |
treewide: fix typos (#4217)
Diffstat (limited to 'src/nspawn')
-rw-r--r-- | src/nspawn/nspawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 0d61d34ebf..5e0207adf0 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -1222,7 +1222,7 @@ static int setup_timezone(const char *dest) { if (r < 0) { log_warning("host's /etc/localtime is not a symlink, not updating container timezone."); /* to handle warning, delete /etc/localtime and replace it - * it /w a symbolic link to a time zone data file. + * with a symbolic link to a time zone data file. * * Example: * ln -s /usr/share/zoneinfo/UTC /etc/localtime |