Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Sep 27, 2013
1 parent 8bfcb98 commit a24b871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/lxclock.c
Expand Up @@ -79,7 +79,7 @@ static char *lxclock_name(const char *p, const char *n)
if (ret == 0) {
// best effort. If this fails, ignore it
if (chown(dest, sb.st_uid, sb.st_gid) < 0)
ERROR("Failed ot set owner for lockdir %s\n", dest);
ERROR("Failed to set owner for lockdir %s\n", dest);
if (chmod(dest, sb.st_mode) < 0)
ERROR("Failed to set mode for lockdir %s\n", dest);
}
Expand Down

0 comments on commit a24b871

Please sign in to comment.