From bf86c00ad2f1efe9ba22871ab8be45025836f8b8 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 30 Oct 2018 08:09:19 +0000 Subject: [PATCH] spelling: snapshotting Signed-off-by: Josh Soref --- src/lxc/storage/storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/storage/storage.c b/src/lxc/storage/storage.c index 0a93a4d34..c4f4c2ea3 100644 --- a/src/lxc/storage/storage.c +++ b/src/lxc/storage/storage.c @@ -314,7 +314,7 @@ bool storage_can_backup(struct lxc_conf *conf) 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. */ struct lxc_storage *storage_copy(struct lxc_container *c, const char *cname,