[gtk+] Fix a typo



commit 10d4a2a43e9fbbb75622de090939c59ae2a840ed
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 22 06:59:29 2014 -0400

    Fix a typo

 docs/RELEASE-HOWTO |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO
index 9363efc..1c4d201 100644
--- a/docs/RELEASE-HOWTO
+++ b/docs/RELEASE-HOWTO
@@ -49,10 +49,10 @@ Make sure that gtk-doc is the latest released version.
     * forgotten source files
     * new symbols missing from .symbols files
     * symbols that are exported by should be private (static or _-prefixed)
-    * symbols that cause PLT entries. This is either caused by using
-      a in the same library function without including the header or by
-      using a function from a different library, which is not yet allowed
-      by the filter in pltcheck.sh
+    * symbols that cause PLT entries. This is either caused by using a function
+      in the same library function without including the header or by using a
+      function from a different library, which is not yet allowed by the filter
+      in pltcheck.sh
 
  7) If this is a devel release, make sure that the docs for new symbols
     are in good shape. Look at the -unused.txt files and add stuff found


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]