spelling: snapshotting

Signed-off-by: Josh Soref <jsoref@gmail.com>
This commit is contained in:
Josh Soref 2018-10-30 08:09:19 +00:00
parent c239013f87
commit bf86c00ad2

View File

@ -314,7 +314,7 @@ bool storage_can_backup(struct lxc_conf *conf)
return ret; return ret;
} }
/* If we're not snaphotting, then storage_copy becomes a simple case of mount /* If we're not snapshotting, then storage_copy becomes a simple case of mount
* the original, mount the new, and rsync the contents. * the original, mount the new, and rsync the contents.
*/ */
struct lxc_storage *storage_copy(struct lxc_container *c, const char *cname, struct lxc_storage *storage_copy(struct lxc_container *c, const char *cname,