mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ITS#8587 - Fix typos
This commit is contained in:
parent
e56a849e5d
commit
2c84446240
@ -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
|
||||
|
@ -100,7 +100,7 @@
|
||||
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
|
||||
|
@ -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 );
|
||||
|
@ -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 / /"`;
|
||||
|
Loading…
Reference in New Issue
Block a user