summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Reichl <preichl@redhat.com>2015-03-24 12:16:22 -0400
committerJakub Hrozek <jhrozek@redhat.com>2015-03-26 11:23:32 +0100
commitc2cb78c264ecf50d3a621ef16d1fe8026a39d135 (patch)
treef2d89bc95d5d957dfa6978c159049abdc9d41fe9
parent871f340834f25ca92a481718939164e708a70e29 (diff)
downloadsssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.tar.gz
sssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.tar.xz
sssd-c2cb78c264ecf50d3a621ef16d1fe8026a39d135.zip
Fix a few typos in comments
Reviewed-by: Pavel Březina <pbrezina@redhat.com>
-rw-r--r--src/monitor/monitor.c2
-rw-r--r--src/responder/nss/nsssrv_cmd.c8
2 files changed, 5 insertions, 5 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);
diff --git a/src/responder/nss/nsssrv_cmd.c b/src/responder/nss/nsssrv_cmd.c
index 4c0e9414d..576532226 100644
--- a/src/responder/nss/nsssrv_cmd.c
+++ b/src/responder/nss/nsssrv_cmd.c
@@ -788,7 +788,7 @@ static void nss_cmd_getby_dp_callback(uint16_t err_maj, uint32_t err_min,
/* search for a user.
* Returns:
* ENOENT, if user is definitely not found
- * EAGAIN, if user is beeing fetched from backend via async operations
+ * EAGAIN, if user is being fetched from backend via async operations
* EOK, if found
* anything else on a fatal error
*/
@@ -1520,7 +1520,7 @@ done:
/* search for a uid.
* Returns:
* ENOENT, if uid is definitely not found
- * EAGAIN, if uid is beeing fetched from backend via async operations
+ * EAGAIN, if uid is being fetched from backend via async operations
* EOK, if found
* anything else on a fatal error
*/
@@ -2923,7 +2923,7 @@ static int nss_cmd_getgr_send_reply(struct nss_dom_ctx *dctx, bool filter)
/* search for a group.
* Returns:
* ENOENT, if group is definitely not found
- * EAGAIN, if group is beeing fetched from backend via async operations
+ * EAGAIN, if group is being fetched from backend via async operations
* EOK, if found
* anything else on a fatal error
*/
@@ -3085,7 +3085,7 @@ static int nss_cmd_getgrnam(struct cli_ctx *cctx)
/* search for a gid.
* Returns:
* ENOENT, if gid is definitely not found
- * EAGAIN, if gid is beeing fetched from backend via async operations
+ * EAGAIN, if gid is being fetched from backend via async operations
* EOK, if found
* anything else on a fatal error
*/