Skip to content

Commit a2ee68a

Browse files
committed
Merge pull request #9 from mrq1/master
fix for a simple typo
2 parents b2f74cb + 767972e commit a2ee68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

btrfs_cmds.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@ int do_scan(int argc, char **argv)
613613
if( argc >= 2 && !strcmp(argv[1],"--all-devices")){
614614

615615
if( argc >2 ){
616-
fprintf(stderr, "ERROR: too may arguments\n");
616+
fprintf(stderr, "ERROR: too many arguments\n");
617617
return 22;
618618
}
619619

0 commit comments

Comments
 (0)