summaryrefslogtreecommitdiff
path: root/video.c
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2013-03-12 23:27:09 +0100
committerJohns <johns98@gmx.net>2013-03-12 23:27:09 +0100
commitefcf3a1d2d0bafbde44cc2b33e4c768677af7d80 (patch)
tree792cc308057ead504f6f762e5e22a3965fbb6b7d /video.c
parent1f0d5878b1198ad0b64864a790ec6af4e962a477 (diff)
downloadvdr-plugin-softhddevice-efcf3a1d2d0bafbde44cc2b33e4c768677af7d80.tar.gz
vdr-plugin-softhddevice-efcf3a1d2d0bafbde44cc2b33e4c768677af7d80.tar.bz2
Fix Bug #1286: typo.
Diffstat (limited to 'video.c')
-rw-r--r--video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video.c b/video.c
index beca423..d4c9a5a 100644
--- a/video.c
+++ b/video.c
@@ -11153,7 +11153,7 @@ int main(int argc, char *const argv[])
return -1;
default:
PrintVersion();
- fprintf(stderr, "Unkown option '%c'\n", optopt);
+ fprintf(stderr, "Unknown option '%c'\n", optopt);
return -1;
}
break;