]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix typo, patch by Christian Hergert, fixes bug 542002
authorRaffaele Sandrini <raffaele@sandrini.ch>
Tue, 8 Jul 2008 09:12:20 +0000 (09:12 +0000)
committerRaffaele Sandrini <rasa@src.gnome.org>
Tue, 8 Jul 2008 09:12:20 +0000 (09:12 +0000)
2008-07-08  Raffaele Sandrini  <raffaele@sandrini.ch>

* vapi/glib-2.0.vapi:

Fix typo, patch by Christian Hergert, fixes bug 542002

svn path=/trunk/; revision=1685

ChangeLog
vapi/glib-2.0.vapi

index 947aea4a88e2afeda7f4e7fe450a4551d75a0824..e1de7ec142e25b1c0f79806b09d8474431088e20 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-08  Raffaele Sandrini  <raffaele@sandrini.ch>
+
+       * vapi/glib-2.0.vapi:
+
+       Fix typo, patch by Christian Hergert, fixes bug 542002
+
 2008-07-07  Jürg Billeter  <j@bitron.ch>
 
        * vala/valaarraylengthfield.vala:
index 93c41b967a2d54d8af4e01c8bf8e6c4c0b3b68fb..996eded6f883b9e94f1baff2971a8103479a4dc2 100644 (file)
@@ -2844,7 +2844,7 @@ namespace GLib {
                public static bool thorough ();
                public static bool perf ();
                public static bool verbose ();
-               public static bool quite ();
+               public static bool quiet ();
                public static int run ();
                public static void add_func (string testpath, Callback test_funcvoid);
                [PrintfFormat]