diff mbox series

btrfs-progs: property set: fix typo in help message

Message ID 171320182308.8.1632190135551877582.308812139@oluceps.uk (mailing list archive)
State New
Headers show
Series btrfs-progs: property set: fix typo in help message | expand

Commit Message

linux@oluceps.uk April 15, 2024, 5:23 p.m. UTC
From: oluceps <linux@oluceps.uk>

Correct a typo by replacing "then" with "than".

Signed-off-by: oluceps <linux@oluceps.uk>
---
 cmds/property.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Sterba April 16, 2024, 12:04 p.m. UTC | #1
On Mon, Apr 15, 2024 at 05:23:06PM +0000, linux@oluceps.uk wrote:
> From: oluceps <linux@oluceps.uk>
> 
> Correct a typo by replacing "then" with "than".
> 
> Signed-off-by: oluceps <linux@oluceps.uk>

Added to devel, thanks.
diff mbox series

Patch

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",