]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Fix typo
authorStéphane Graber <stgraber@ubuntu.com>
Mon, 18 Sep 2017 23:03:48 +0000 (19:03 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Sun, 24 Sep 2017 04:26:30 +0000 (00:26 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/lxc/storage/storage.c

index da624b8186fdab5af52536c5a9e36c7c5f26a5a3..2a91aab679f4f06cb596076ac67691035d138df1 100644 (file)
@@ -379,7 +379,7 @@ struct lxc_storage *storage_copy(struct lxc_container *c, const char *cname,
                if (ret < 0 && errno == ENOENT) {
                        ret = mkdir_p(orig->dest, 0755);
                        if (ret < 0)
-                               WARN("Failed to create directoy \"%s\"", orig->dest);
+                               WARN("Failed to create directory \"%s\"", orig->dest);
                }
        }