From b66bec1c48260fc6336e60d324e7c479afffe687 Mon Sep 17 00:00:00 2001 From: Alex deBeus Date: Tue, 24 Dec 2019 16:26:56 -0700 Subject: [PATCH] btrfs-progs: props: fix typo in help text Pull-request: #226 Author: Alex deBeus Signed-off-by: David Sterba --- props.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/props.c b/props.c index 00402260..67d106af 100644 --- a/props.c +++ b/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 },