fix-spelling-errors-on-doc-pages.patch 1.1 KB

123456789101112131415161718192021222324252627282930
  1. Description: Fix some typos on the html documentation and man pages
  2. Author: David Suárez <david.sephirot@gmail.com>
  3. Origin: vendor
  4. Bug: https://sourceforge.net/p/giflib/bugs/152/
  5. Bug-Debian: https://bugs.debian.org/857609
  6. Last-Update: 2020-12-20
  7. --- a/doc/gif_lib.xml
  8. +++ b/doc/gif_lib.xml
  9. @@ -280,7 +280,7 @@
  10. <para>Create the union of two given color maps and return it. If the result
  11. won't fit into 256 colors, NULL is returned, the allocated union
  12. otherwise. ColorIn1 is copied as it to ColorUnion, while colors from
  13. -ColorIn2 are copied iff they didn't exist before. ColorTransIn2 maps
  14. +ColorIn2 are copied if they didn't exist before. ColorTransIn2 maps
  15. the old ColorIn2 into ColorUnion color map table.</para>
  16. <programlisting id="GifAttachImage">
  17. --- a/doc/gifinto.xml
  18. +++ b/doc/gifinto.xml
  19. @@ -28,7 +28,7 @@
  20. <refsect1><title>Description</title>
  21. -<para>A program to save stdin into a file with given name, iff the
  22. +<para>A program to save stdin into a file with given name, if the
  23. result file has size bigger than specified (see below). This can be
  24. used to save a result under the same filename we started with in a
  25. chain of pipes.</para>