diff options
author | Benjamin Drung <benjamin.drung@cloud.ionos.com> | 2019-12-16 16:58:56 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-12-19 12:24:12 +0100 |
commit | 20ceb65fbc728c6a681ec85ee2a94e93a9e7df0c (patch) | |
tree | 0e8af4d2492c78f9fa8d2ba4c4904b3a148d10e4 /tar | |
parent | 19b98cf450220b742987e7f0599ae284e93f8e54 (diff) |
Fix spelling mistakes found by lintian
Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
Diffstat (limited to 'tar')
-rw-r--r-- | tar/tar2sqfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index b070db8..a13b84e 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -58,7 +58,7 @@ static const char *usagestr = "\n" " --compressor, -c <name> Select the compressor to use.\n" " A list of available compressors is below.\n" -" --comp-extra, -X <options> A comma seperated list of extra options for\n" +" --comp-extra, -X <options> A comma separated list of extra options for\n" " the selected compressor. Specify 'help' to\n" " get a list of available options.\n" " --num-jobs, -j <count> Number of compressor jobs to create.\n" @@ -70,7 +70,7 @@ static const char *usagestr = " Defaults to %u.\n" " --dev-block-size, -B <size> Device block size to padd the image to.\n" " Defaults to %u.\n" -" --defaults, -d <options> A comma seperated list of default values for\n" +" --defaults, -d <options> A comma separated list of default values for\n" " implicitly created directories.\n" "\n" " Possible options:\n" |