diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2013-05-04 13:50:29 +0300 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-05-06 22:08:28 +0200 |
commit | 41bfa213a0994cebcef5f69fd2c353136c803ae4 (patch) | |
tree | 9b9488bf7688b9433aecf1ec02982c3938f7d4d6 | |
parent | f21376f691fe0bb213c6415c960ae3315ee098da (diff) | |
download | sssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.tar.gz sssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.tar.xz sssd-41bfa213a0994cebcef5f69fd2c353136c803ae4.zip |
Fix minor typos
-rw-r--r-- | BUILD.txt | 2 | ||||
-rw-r--r-- | src/man/sssd-ipa.5.xml | 2 | ||||
-rw-r--r-- | src/util/server.c | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ http://samba.org/ftp/tevent/ http://samba.org/ftp/ldb/ Additionally the ding-libs are needed. These used to be included in the sssd -release but are now a separate project. The lastest ding-libs release can be +release but are now a separate project. The latest ding-libs release can be downloaded from https://fedorahosted.org/sssd/wiki/Releases#DING-LIBSReleases . To install all of the dependencies in Fedora before building sssd: diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 795a72237..ad8ba0861 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 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); |