summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2014-03-04 09:34:31 +0100
committerMurray Cumming <murrayc@murrayc.com>2014-03-04 09:34:31 +0100
commitb4b5449be4c9acd350c376c7795c988e7f665ff6 (patch)
tree8b01d3b777757f52e46d7073ce7e318c5d3c1172
parente5fcac653822cbeba113a54e78e8e8f3fa318d56 (diff)
downloadglibmm-b4b5449be4c9acd350c376c7795c988e7f665ff6.tar.gz
Fix tiny typo in commit
-rw-r--r--glib/glibmm/interface.cc2
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 =