summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-04-28 20:03:52 +0000
committerphintuka <phintuka>2008-04-28 20:03:52 +0000
commitfb7c2e0acc5082d910c0504514494c4658d29a01 (patch)
tree190fa76dd3c55eed08af473401c93531c2814e4b
parent76dd5e0347760739f4d6c752a09c7c03f418d6c8 (diff)
downloadxineliboutput-fb7c2e0acc5082d910c0504514494c4658d29a01.tar.gz
xineliboutput-fb7c2e0acc5082d910c0504514494c4658d29a01.tar.bz2
Fixed typo in help message
(Thanks to Andreas Kool)
-rw-r--r--xine_frontend_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_frontend_main.c b/xine_frontend_main.c
index 020c5ec9..7c8a3171 100644
--- a/xine_frontend_main.c
+++ b/xine_frontend_main.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_main.c,v 1.39 2008-04-13 22:08:14 phintuka Exp $
+ * $Id: xine_frontend_main.c,v 1.40 2008-04-28 20:03:52 phintuka Exp $
*
*/
@@ -335,7 +335,7 @@ static const char help_str[] =
" --verbose Verbose debug output\n"
" --silent Silent mode (report only errors)\n"
" --syslog Write all output to system log\n"
- " --nokbd Disable kayboard input\n"
+ " --nokbd Disable keyboard input\n"
" --daemon Run as daemon (disable keyboard,\n"
" log to syslog and fork to background)\n"
" --slave Enable slave mode (read commands from stdin)\r\n"