[gtk-doc] fixxref: fix typo in comment



commit ffe1fc4cb727d708510eb76829878cd9b8f7f864
Author: Stefan Kost <ensonic users sf net>
Date:   Sat Aug 20 19:34:13 2011 +0200

    fixxref: fix typo in comment

 gtkdoc-fixxref.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtkdoc-fixxref.in b/gtkdoc-fixxref.in
index 9c89719..f1eceb3 100755
--- a/gtkdoc-fixxref.in
+++ b/gtkdoc-fixxref.in
@@ -336,7 +336,7 @@ sub MakeXRef {
 
     my $href = $Links{$id};
 
-    # this is a workaround for some inconsitency we have with CreateValidSGMLID
+    # this is a workaround for some inconsistency we have with CreateValidSGMLID
     if (!$href && $id =~ m/:/) {
         my $tid = $id;
         $tid =~ s/:/--/g;



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