From 666840a11e9661ce216de71110aad6769207bf42 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 5 Sep 2022 14:25:11 -0500 Subject: [PATCH] CHANGELOG: fix typo --- CHANGELOG.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 042695f5..e4a6ad7c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -676,7 +676,7 @@ Fixed * Updated ``txdbus`` requirement to version 1.1.1 (Merged #122) * Implemented ``write_gatt_descriptor`` for Bluez backend. * Large change in Bluez backend handling of Twisted reactors. Fixes #143 -* Modified ``set_disconnect_callback`` to actually call the callback as a callback. Fixes #108. +* Modified ``set_disconnected_callback`` to actually call the callback as a callback. Fixes #108. * Added another required parameter to disconnect callbacks. * Added Discovery filter option in BlueZ backend (Merged #124) * Merge #138: comments about Bluez version check.