1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +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:
Mathieu Parent
2019-08-29 21:50:56 +02:00
committed by Andrew Bartlett
parent a59e0ec895
commit 8196b331f3
3 changed files with 4 additions and 4 deletions

View File

@ -45,7 +45,7 @@
to access a Gluster filesystem using a Gluster FUSE mount. It provides support 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 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 by avoiding multiple expensive case folding lookup calls to detect the appropriate
case of an exisiting filename. case of an existing filename.
</para> </para>
<para> <para>

View File

@ -184,7 +184,7 @@ struct fio {
/* /*
* AFP_AfpInfo stream created, but not written yet, thus still a fake * 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 * 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 * false when we get a write on the stream that then does open and
* create the stream. * 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 * 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 * @return true if the requested lock was found or any error occurred
* false if the lock was not found * false if the lock was not found

View File

@ -97,7 +97,7 @@ check_expected_after_objects() {
} }
duplicate_member() { 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 # 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) 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: ') DN=$(echo "${LDIF1}" | grep '^dn: ')