diff options
Diffstat (limited to 'softhddev.c')
-rw-r--r-- | softhddev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/softhddev.c b/softhddev.c index 559f728..b68b62b 100644 --- a/softhddev.c +++ b/softhddev.c @@ -2909,7 +2909,7 @@ int ProcessArgs(int argc, char *const argv[]) optopt); return 0; default: - fprintf(stderr, _("Unkown option '%c'\n"), optopt); + fprintf(stderr, _("Unknown option '%c'\n"), optopt); return 0; } break; |