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>
Alex deBeus 2019-12-24 16:26:56 -07:00 committed by David Sterba
parent 4e21389c0c
commit b66bec1c48
1 changed files with 1 additions and 1 deletions

View File

@ -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
},