]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
libvaladoc/api: Fix typo in Class
authorFlorian Brosch <flo.brosch@gmail.com>
Sun, 27 Feb 2011 20:12:57 +0000 (21:12 +0100)
committerFlorian Brosch <flo.brosch@gmail.com>
Sun, 27 Feb 2011 20:12:57 +0000 (21:12 +0100)
src/libvaladoc/api/class.vala

index febf22d406ff70f3de01d40f83fc6ab33e7d324e..2a8ba76c4bb878c67458ff7fd50704ebaf0b29b0 100644 (file)
@@ -117,7 +117,7 @@ public class Valadoc.Api.Class : TypeSymbol {
        }
 
        /**
-        * Returns the dbsu-name.
+        * Returns the dbus-name.
         */
        public string? get_dbus_name () {
                return Vala.DBusModule.get_dbus_name ((Vala.TypeSymbol) symbol);