Skip to content

Commit 80f3b68

Browse files
olucepskdave
authored andcommitted
btrfs-progs: property set: fix typo in help message
Correct a typo by replacing "then" with "than". Signed-off-by: oluceps <[email protected]> Signed-off-by: David Sterba <[email protected]>
1 parent 09a5ad0 commit 80f3b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmds/property.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ static const char * const cmd_property_get_usage[] = {
588588
"A filesystem object can be the filesystem itself, a subvolume,",
589589
"an inode or a device. The option -t can be used to explicitly",
590590
"specify what type of object you meant. This is only needed when a",
591-
"property could be set for more then one object type.",
591+
"property could be set for more than one object type.",
592592
"",
593593
"Possible values for type are: inode, subvol, filesystem, device.",
594594
"They can be abbreviated to the first letter, i/s/f/d",

0 commit comments

Comments
 (0)