diff options
Diffstat (limited to 'glib/glibmm')
-rw-r--r-- | glib/glibmm/interface.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/glibmm/interface.cc b/glib/glibmm/interface.cc index 511f5413..19554ca4 100644 --- a/glib/glibmm/interface.cc +++ b/glib/glibmm/interface.cc @@ -30,7 +30,7 @@ namespace Glib void Interface_Class::add_interface(GType instance_type) const { - //This check is distabled, because it checks whether any of the types's bases implement the interface, not just the specific type. + //This check is disabled, because it checks whether any of the types's bases implement the interface, not just the specific type. //if( !g_type_is_a(instance_type, gtype_) ) //For convenience, don't complain about calling this twice. //{ const GInterfaceInfo interface_info = |