]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: fix typo in RWLock.reader_trylock
authorEvan Nemerson <evan@coeus-group.com>
Sat, 27 Apr 2013 20:46:27 +0000 (13:46 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Sat, 27 Apr 2013 20:46:27 +0000 (13:46 -0700)
vapi/glib-2.0.vapi

index 1383405a27f515cfc7f09966314db728974baa5b..5c18683499c23f1d127f1c62db6ae00c038b16c3 100644 (file)
@@ -1748,7 +1748,7 @@ namespace GLib {
                public bool writer_trylock ();
                public void writer_unlock ();
                public void reader_lock ();
-               public bool reader_tryolock ();
+               public bool reader_trylock ();
                public void reader_unlock ();
        }