summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/man/sssd-ipa.5.xml2
-rw-r--r--src/util/server.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml
index 795a7223..ad8ba086 100644
--- a/src/man/sssd-ipa.5.xml
+++ b/src/man/sssd-ipa.5.xml
@@ -228,7 +228,7 @@
Applicable only when dyndns_update is true.
</para>
<para>
- This options should be False in most IPA
+ This option should be False in most IPA
deployments as the IPA server generates the
PTR records automatically when forward records
are changed.
diff --git a/src/util/server.c b/src/util/server.c
index beba57b2..9d3c9cb0 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);