summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2013-05-04 13:50:29 +0300
committerJakub Hrozek <jhrozek@redhat.com>2013-05-06 22:08:28 +0200
commit41bfa213a0994cebcef5f69fd2c353136c803ae4 (patch)
tree9b9488bf7688b9433aecf1ec02982c3938f7d4d6 /src/util
parentf21376f691fe0bb213c6415c960ae3315ee098da (diff)
downloadsssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.tar.gz
sssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.tar.xz
sssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.zip
Fix minor typos
Diffstat (limited to 'src/util')
-rw-r--r--src/util/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server.c b/src/util/server.c
index beba57b29..9d3c9cb04 100644
--- a/src/util/server.c
+++ b/src/util/server.c
@@ -317,7 +317,7 @@ static void setup_signals(void)
#endif
/* POSIX demands that signals are inherited. If the invoking process has
- * these signals masked, we will have problems, as we won't recieve them. */
+ * these signals masked, we will have problems, as we won't receive them. */
BlockSignals(false, SIGHUP);
BlockSignals(false, SIGTERM);