mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Spelling fixes s/exisiting/existing/
Signed-off-by: Mathieu Parent <math.parent@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
a59e0ec895
commit
8196b331f3
@ -45,7 +45,7 @@
|
||||
to access a Gluster filesystem using a Gluster FUSE mount. It provides support
|
||||
for the <command>get_real_filename</command> VFS call which enhances file access performance
|
||||
by avoiding multiple expensive case folding lookup calls to detect the appropriate
|
||||
case of an exisiting filename.
|
||||
case of an existing filename.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
@ -184,7 +184,7 @@ struct fio {
|
||||
/*
|
||||
* AFP_AfpInfo stream created, but not written yet, thus still a fake
|
||||
* pipe fd. This is set to true in fruit_open_meta if there was no
|
||||
* exisiting stream but the caller requested O_CREAT. It is later set to
|
||||
* existing stream but the caller requested O_CREAT. It is later set to
|
||||
* false when we get a write on the stream that then does open and
|
||||
* create the stream.
|
||||
*/
|
||||
@ -547,7 +547,7 @@ static off_t denymode_to_netatalk_brl(enum apple_fork fork_type,
|
||||
|
||||
/**
|
||||
* Call fcntl() with an exclusive F_GETLK request in order to
|
||||
* determine if there's an exisiting shared lock
|
||||
* determine if there's an existing shared lock
|
||||
*
|
||||
* @return true if the requested lock was found or any error occurred
|
||||
* false if the lock was not found
|
||||
|
@ -97,7 +97,7 @@ check_expected_after_objects() {
|
||||
}
|
||||
|
||||
duplicate_member() {
|
||||
# We use an exisiting group so we have a stable GUID in the
|
||||
# We use an existing group so we have a stable GUID in the
|
||||
# dbcheck output
|
||||
LDIF1=$(TZ=UTC $ldbsearch -H tdb://$PREFIX_ABS/${RELEASE}/private/sam.ldb -b 'CN=Enterprise Admins,CN=users,DC=release-4-5-0-pre1,DC=samba,DC=corp' -s base --reveal --extended-dn member)
|
||||
DN=$(echo "${LDIF1}" | grep '^dn: ')
|
||||
|
Reference in New Issue
Block a user