summaryrefslogtreecommitdiffstats
path: root/src/monitor/monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monitor/monitor.c')
-rw-r--r--src/monitor/monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c
index e02397b6e..01c882aac 100644
--- a/src/monitor/monitor.c
+++ b/src/monitor/monitor.c
@@ -341,7 +341,7 @@ static int svc_destructor(void *mem)
dbus_pending_call_cancel(svc->pending);
}
- /* svc is beeing freed, neutralize the spy */
+ /* svc is being freed, neutralize the spy */
if (svc->conn_spy) {
talloc_set_destructor((TALLOC_CTX *)svc->conn_spy, NULL);
talloc_zfree(svc->conn_spy);