]> git.sur5r.net Git - openldap/commitdiff
ITS#8587 - Fix typos
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 17:44:55 +0000 (10:44 -0700)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 29 Mar 2017 17:44:55 +0000 (10:44 -0700)
contrib/ldapc++/Makefile.in
contrib/slapd-modules/nssov/nss-pam-ldapd/nslcd.h
servers/slapd/controls.c
tests/scripts/test058-syncrepl-asymmetric

index 216ffdf0b0c229dc77c401c41f6b464371654153..2999041b816c8c80496551dd48e4504f0155cad7 100644 (file)
@@ -306,7 +306,7 @@ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
-         $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
+         $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
 tags: TAGS
index c9857d695b50acd7992e2eed0087223a306ee761..9884733900c633fa479ed8ca16e6405bf356fb4b 100644 (file)
      STRING       group password
      INT32        group id
      STRINGLIST   members (usernames) of the group
-     (not that the BYMEMER call returns an emtpy members list) */
+     (not that the BYMEMER call returns an empty members list) */
 #define NSLCD_ACTION_GROUP_BYNAME      0x00040001
 #define NSLCD_ACTION_GROUP_BYGID       0x00040002
 #define NSLCD_ACTION_GROUP_BYMEMBER    0x00040006
index 8ed1003af585beae64118411ebd30656ab2c561f..960a7f7ea455ddf908c0afc41316f94bafbe1285 100644 (file)
@@ -843,7 +843,7 @@ get_ctrls2(
 
                } else if( c->ldctl_oid == NULL ) {
                        Debug( LDAP_DEBUG_TRACE,
-                               "get_ctrls: conn %lu got emtpy OID.\n",
+                               "get_ctrls: conn %lu got empty OID.\n",
                                op->o_connid, 0, 0 );
 
                        slap_free_ctrls( op, op->o_ctrls );
index 2e26f7713976f170d1422f3693d56af7e5350587..d8eaa3cdc62eaa553df135e655203b3f9fe486b7 100755 (executable)
@@ -2027,7 +2027,7 @@ echo "Checking contextCSN after modify of second backend on site2 master..."
 # starts with an empty database.  Start site2 master first, then site2
 # search and finally central master so that the site2 search's syncrepl
 # connection has been set up when site2 master receives the database:
-echo "Stopping central master and site2 servers to test start with emtpy db..."
+echo "Stopping central master and site2 servers to test start with empty db..."
 kill -HUP  $SMC_PID $SM2_PID $SS2_PID
 for pid in $SMC_PID $SM2_PID $SS2_PID; do wait $pid ; done
 KILLPIDS=`echo "$KILLPIDS " | sed -e "s/ $SMC_PID / /"`;