From c2cb78c264ecf50d3a621ef16d1fe8026a39d135 Mon Sep 17 00:00:00 2001 From: Pavel Reichl Date: Tue, 24 Mar 2015 12:16:22 -0400 Subject: Fix a few typos in comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Pavel Březina --- src/monitor/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monitor') 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); -- cgit