diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-11 21:21:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-12 03:27:26 +0200 |
commit | f18ccb529fb7231f9d40814fbf843d10d9434b43 (patch) | |
tree | fb6eb3f50e198a7796f2c6a6e39db370b00d416b /doc/Doxyfile | |
parent | 98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (diff) | |
download | ffmpeg-f18ccb529fb7231f9d40814fbf843d10d9434b43.tar.gz |
Fix wrong use of "an" in some comments.
Diffstat (limited to 'doc/Doxyfile')
-rw-r--r-- | doc/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile index f01a305008..6488aadd35 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -33,7 +33,7 @@ PROJECT_NAME = FFmpeg PROJECT_NUMBER = -# With the PROJECT_LOGO tag one can specify an logo or icon that is included +# With the PROJECT_LOGO tag one can specify a logo or icon that is included # in the documentation. The maximum height of the logo should not exceed 55 # pixels and the maximum width should not exceed 200 pixels. Doxygen will # copy the logo to the output directory. |