Message ID | 171320182308.8.1632190135551877582.308812139@oluceps.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs-progs: property set: fix typo in help message | expand |
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 --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",