summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2018-11-26 18:16:28 +0100
committerDavid Sterba <dsterba@suse.com>2018-11-26 18:24:49 +0100
commite09e2819dc19caea44159eea9f65e13cc9c9369d (patch)
tree14c560e85dcf0b9e8b93b9630f5808eaaff6919e
parentb7439eeb3ae738ac420d29ee2c20db312719955e (diff)
btrfs-progs: fix typo in btrfs-list function export
The header is exported as /usr/include/btrfs-list.h but as it's only a delcaration, it's not used for anything, so the change is safe. Generated by https://github.com/jsoref/spelling Issue: #154 Author: Josh Soref <jsoref@users.noreply.github.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--btrfs-list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrfs-list.h b/btrfs-list.h
index 6e5fc778..3c0954e5 100644
--- a/btrfs-list.h
+++ b/btrfs-list.h
@@ -168,7 +168,7 @@ struct btrfs_list_comparer_set *btrfs_list_alloc_comparer_set(void);
int btrfs_list_subvols_print(int fd, struct btrfs_list_filter_set *filter_set,
struct btrfs_list_comparer_set *comp_set,
- enum btrfs_list_layout layot, int full_path,
+ enum btrfs_list_layout layout, int full_path,
const char *raw_prefix);
int btrfs_list_find_updated_files(int fd, u64 root_id, u64 oldest_gen);
int btrfs_list_get_default_subvolume(int fd, u64 *default_id);