summaryrefslogtreecommitdiffstats
path: root/src/responder/nss/nsssrv_cmd.c
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 /src/responder/nss/nsssrv_cmd.c
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>
Diffstat (limited to 'src/responder/nss/nsssrv_cmd.c')
-rw-r--r--src/responder/nss/nsssrv_cmd.c8
1 files changed, 4 insertions, 4 deletions
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
*/