[FFmpeg-cvslog] Fix spelling errors in texi files: more informations --> more information allows to --> allows one to

Andreas Cadhalpun git at videolan.org
Thu Mar 27 04:07:26 CET 2014


ffmpeg | branch: master | Andreas Cadhalpun <Andreas.Cadhalpun at googlemail.com> | Wed Mar 26 19:24:35 2014 +0100| [d473f2d18aef6731526324d28008874fac05f593] | committer: Michael Niedermayer

Fix spelling errors in texi files: more informations --> more information allows to --> allows one to

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d473f2d18aef6731526324d28008874fac05f593
---

 doc/encoders.texi |    2 +-
 doc/ffserver.texi |    2 +-
 doc/outdevs.texi  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 34403ab..386ac19 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -1271,7 +1271,7 @@ Requires the presence of the libtheora headers and library during
 configuration. You need to explicitly configure the build with
 @code{--enable-libtheora}.
 
-For more informations about the libtheora project see
+For more information about the libtheora project see
 @url{http://www.theora.org/}.
 
 @subsection Options
diff --git a/doc/ffserver.texi b/doc/ffserver.texi
index 4ef30fa..fb90dd6 100644
--- a/doc/ffserver.texi
+++ b/doc/ffserver.texi
@@ -111,7 +111,7 @@ must be configured in the stream configuration. They are sent to
 the @command{ffmpeg} encoders.
 
 The @command{ffmpeg} @option{override_ffserver} commandline option
-allows to override the encoding parameters set by the server.
+allows one to override the encoding parameters set by the server.
 
 Multiple streams can be connected to the same feed.
 
diff --git a/doc/outdevs.texi b/doc/outdevs.texi
index 328ab06..bc94b9e 100644
--- a/doc/outdevs.texi
+++ b/doc/outdevs.texi
@@ -216,7 +216,7 @@ OpenGL output device.
 
 To enable this output device you need to configure FFmpeg with @code{--enable-opengl}.
 
-Device allows to render to OpenGL context.
+This output device allows one to render to OpenGL context.
 Context may be provided by application or default SDL window is created.
 
 When device renders to external context, application must implement handlers for following messages:



More information about the ffmpeg-cvslog mailing list