[gtk-doc] mkdb: fix name of file in warning message



commit ee4b9a975c5c29cde7f6985d7610b86b53d25b65
Author: Aleksander Morgado <aleksander lanedo com>
Date:   Wed Oct 3 11:14:06 2012 +0200

    mkdb: fix name of file in warning message
    
    Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685365

 gtkdoc-mkdb.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-mkdb.in b/gtkdoc-mkdb.in
index 2dafbea..dfdf53d 100755
--- a/gtkdoc-mkdb.in
+++ b/gtkdoc-mkdb.in
@@ -3811,7 +3811,7 @@ sub ScanSourceFile {
 
                     if (scalar %KnownSymbols) {
                         if ((! defined($KnownSymbols{"$TMPL_DIR/$real_symbol:Long_Description"})) || $KnownSymbols{"$TMPL_DIR/$real_symbol:Long_Description"} != 1) {
-                            &LogWarning ($file, $., "Section $real_symbol is not defined in the $MODULE-section.txt file.");
+                            &LogWarning ($file, $., "Section $real_symbol is not defined in the $MODULE-sections.txt file.");
                         }
                     }
 



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