]> git.proxmox.com Git - mirror_lxc.git/commitdiff
spelling: snapshotting
authorJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:09:19 +0000 (08:09 +0000)
committerJosh Soref <jsoref@users.noreply.github.com>
Tue, 30 Oct 2018 08:09:19 +0000 (08:09 +0000)
Signed-off-by: Josh Soref <jsoref@gmail.com>
src/lxc/storage/storage.c

index 0a93a4d34b39a111eb1975e1af74b129933e0314..c4f4c2ea3024c6c0d1e5528be2845c35445180a9 100644 (file)
@@ -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,