From 6088039cf84f44e6a5a8f2e277d5f0a9387c6d3d Mon Sep 17 00:00:00 2001 From: oluceps Date: Mon, 15 Apr 2024 17:23:06 +0000 Subject: [PATCH] btrfs-progs: property set: fix typo in help message Correct a typo by replacing "then" with "than". Signed-off-by: oluceps Signed-off-by: David Sterba --- cmds/property.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds/property.c b/cmds/property.c index 8777d144..a36b5ab2 100644 --- a/cmds/property.c +++ b/cmds/property.c @@ -588,7 +588,7 @@ static const char * const cmd_property_get_usage[] = { "A filesystem object can be the filesystem itself, a subvolume,", "an inode or a device. The option -t can be used to explicitly", "specify what type of object you meant. This is only needed when a", - "property could be set for more then one object type.", + "property could be set for more than one object type.", "", "Possible values for type are: inode, subvol, filesystem, device.", "They can be abbreviated to the first letter, i/s/f/d",