diff options
| author | Pavel Reichl <preichl@redhat.com> | 2015-03-24 12:16:22 -0400 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2015-03-26 11:23:32 +0100 |
| commit | c2cb78c264ecf50d3a621ef16d1fe8026a39d135 (patch) | |
| tree | f2d89bc95d5d957dfa6978c159049abdc9d41fe9 /src/monitor | |
| parent | 871f340834f25ca92a481718939164e708a70e29 (diff) | |
| download | sssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.tar.gz sssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.tar.xz sssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.zip | |
Fix a few typos in comments
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'src/monitor')
| -rw-r--r-- | src/monitor/monitor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monitor/monitor.c b/src/monitor/monitor.c index e02397b6..01c882aa 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); |
