diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-07-29 20:53:14 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-07-29 20:53:14 +0100 |
commit | ba47a8161c17196ad8e27e96c396f2e0083edb07 (patch) | |
tree | a04551dcc0e17cd52e4d83bc177d9c5e5ce1c8cf /src/video_out/video_out_syncfb.c | |
parent | c41975a7b4ca8e473979bfa13229f6077b951697 (diff) | |
download | xine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.gz xine-lib-ba47a8161c17196ad8e27e96c396f2e0083edb07.tar.bz2 |
Spelling fixes.
Source: informational messages generated by lintian.
Diffstat (limited to 'src/video_out/video_out_syncfb.c')
-rw-r--r-- | src/video_out/video_out_syncfb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/video_out_syncfb.c b/src/video_out/video_out_syncfb.c index aaf7d43c7..b3385a943 100644 --- a/src/video_out/video_out_syncfb.c +++ b/src/video_out/video_out_syncfb.c @@ -996,7 +996,7 @@ static vo_driver_t *open_plugin (video_driver_class_t *class_gen, const void *vi xprintf(this->xine, XINE_VERBOSITY_LOG, _("video_out_syncfb: info. (brightness/contrast control won\'t be available because " "your SyncFB kernel module seems to be outdated. Please refer to README." - "syncfb for informations on how to update it.)\n")); + "syncfb for information on how to update it.)\n")); } /* check for virtual screen size and screen depth - this is rather important |