btrfs-progs: props: fix typo in help text
Pull-request: #226 Author: Alex deBeus <adebeus@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
4e21389c0c
commit
b66bec1c48
1 changed files with 1 additions and 1 deletions
2
props.c
2
props.c
|
@ -183,7 +183,7 @@ const struct prop_handler prop_handlers[] = {
|
|||
},
|
||||
{
|
||||
.name = "compression",
|
||||
.desc = "compression algorighm for the file or directory",
|
||||
.desc = "compression algorithm for the file or directory",
|
||||
.read_only = 0,
|
||||
.types = prop_object_inode, prop_compression
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue