diff --git a/zconf/qeth/lsqeth.c b/zconf/qeth/lsqeth.c index c58d39d6..164f0586 100644 --- a/zconf/qeth/lsqeth.c +++ b/zconf/qeth/lsqeth.c @@ -87,7 +87,7 @@ static struct util_opt opt_vec[] = { /* * Exchange content of field value via simple translation map * - * If the attribute is required for translation (attibute name is present in + * If the attribute is required for translation (attribute name is present in * tr_attr_list[]) then the value of the attribute (if matches the dictionary * translation key) is exchanged by the target value of the translation * dictionary (sys_to_proc_dict[][2]). @@ -418,7 +418,7 @@ static bool not_layer2_attr(const char *attr_name) } /* - * Collect and print attributes for qeth-based device in sepcified format + * Collect and print attributes for qeth-based device in specified format */ static void print_device(struct util_rec *rec, const char *device_id) { diff --git a/zconf/qeth/misc.c b/zconf/qeth/misc.c index b036a0bf..984e179f 100644 --- a/zconf/qeth/misc.c +++ b/zconf/qeth/misc.c @@ -85,7 +85,7 @@ char *misc_link_target(const char *fmt, ...) * @param[in] fmt Format string for path * @param[in] ... Variable arguments for format string * - * @retval !0 Number of string elemnts added to argz array + * @retval !0 Number of string elements added to argz array * @retval 0 File is empty or cannot be processed */ int misc_argz_add_from_file(char **argz, size_t *argz_len, const char *fmt, ...) @@ -138,4 +138,3 @@ ssize_t misc_read_buf(int fd, char *buf, size_t count) } return done; } -