Fix typos in cmd/

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9234
This commit is contained in:
Andrea Gelmini
2019-08-30 18:43:30 +02:00
committed by Tony Hutter
parent cac5f924ce
commit eaf8e3b779
15 changed files with 26 additions and 26 deletions
+2 -2
View File
@@ -176,7 +176,7 @@ object_from_path(const char *dataset, uint64_t object, zinject_record_t *record)
}
/*
* Intialize the range based on the type, level, and range given.
* Initialize the range based on the type, level, and range given.
*/
static int
initialize_range(err_type_t type, int level, char *range,
@@ -310,7 +310,7 @@ translate_record(err_type_t type, const char *object, const char *range,
ziprintf("raw object: %llu\n", record->zi_object);
/*
* For the given object, intialize the range in bytes
* For the given object, initialize the range in bytes
*/
if (initialize_range(type, level, (char *)range, record) != 0)
goto err;