Skip to content

Commit

Permalink
spelling: snapshotting
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <jsoref@gmail.com>
  • Loading branch information
jsoref authored and Christian Brauner committed Nov 22, 2018
1 parent cc8c6d3 commit 103fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/storage/storage.c
Expand Up @@ -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,
Expand Down

0 comments on commit 103fce2

Please sign in to comment.