diff options
author | Johns <johns98@gmx.net> | 2013-03-12 23:27:09 +0100 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2013-03-12 23:27:09 +0100 |
commit | efcf3a1d2d0bafbde44cc2b33e4c768677af7d80 (patch) | |
tree | 792cc308057ead504f6f762e5e22a3965fbb6b7d /softhddev.c | |
parent | 1f0d5878b1198ad0b64864a790ec6af4e962a477 (diff) | |
download | vdr-plugin-softhddevice-efcf3a1d2d0bafbde44cc2b33e4c768677af7d80.tar.gz vdr-plugin-softhddevice-efcf3a1d2d0bafbde44cc2b33e4c768677af7d80.tar.bz2 |
Fix Bug #1286: typo.
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; |