One misspelling was fixed five years ago (in commit
760ecc3613),
but the others remained.
Fix another spello too, found with `codespell`.
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
break;
}
- /* messgaes */
+ /* Messages */
STRV_FOREACH(s, mesgs) {
switch (type) {
case 'e':
}
-/* Returns: <0 error, 0 success, 1 unssuported */
+/* Returns: <0 on error, 0 on success, 1 for unsupported */
static int read_watchdog_from_sysfs(struct wd_device *wd)
{
struct path_cxt *sys;
else if (strcmp(optarg, "always") == 0)
echo = 1;
else
- errx(EXIT_FAILURE, _("unssuported echo mode: '%s'"), optarg);
+ errx(EXIT_FAILURE, _("unsupported echo mode: '%s'"), optarg);
break;
case 'e':
ctl.rc_wanted = 1;
else if (strcmp(optarg, "always") == 0)
echo = 1;
else
- errx(EXIT_FAILURE, _("unssuported echo mode: '%s'"), optarg);
+ errx(EXIT_FAILURE, _("unsupported echo mode: '%s'"), optarg);
break;
case 't':
case 'T':