From 99489584cc94e911c8a301b92435786864fe38c7 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sun, 21 Aug 2016 04:28:59 -0400 Subject: [PATCH] doc: Fix a typo (Disonnect -> Disconnect) --- docs/common/object.ldoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common/object.ldoc b/docs/common/object.ldoc index 24285299d..e3f111007 100644 --- a/docs/common/object.ldoc +++ b/docs/common/object.ldoc @@ -1,5 +1,5 @@ ---- Disonnect to a signal. +--- Disconnect to a signal. -- @tparam string name The name of the signal -- @tparam function func The callback that should be disconnected -- @function disconnect_signal