From: Josh Soref Date: Tue, 30 Oct 2018 08:09:19 +0000 (+0000) Subject: spelling: snapshotting X-Git-Tag: lxc-3.1.0~26^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf86c00ad2f1efe9ba22871ab8be45025836f8b8;p=thirdparty%2Flxc.git spelling: snapshotting Signed-off-by: Josh Soref --- 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,