From: Mathieu Parent Date: Thu, 29 Aug 2019 19:50:56 +0000 (+0200) Subject: Spelling fixes s/exisiting/existing/ X-Git-Tag: tevent-0.10.1~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8196b331f30851071fdec7a7ff47bff9697dd6a7;p=thirdparty%2Fsamba.git Spelling fixes s/exisiting/existing/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/docs-xml/manpages/vfs_glusterfs_fuse.8.xml b/docs-xml/manpages/vfs_glusterfs_fuse.8.xml index f2aa624353e..c1365442ff5 100644 --- a/docs-xml/manpages/vfs_glusterfs_fuse.8.xml +++ b/docs-xml/manpages/vfs_glusterfs_fuse.8.xml @@ -45,7 +45,7 @@ to access a Gluster filesystem using a Gluster FUSE mount. It provides support for the get_real_filename 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. diff --git a/source3/modules/vfs_fruit.c b/source3/modules/vfs_fruit.c index 30dbf8af27a..dc6c7db3632 100644 --- a/source3/modules/vfs_fruit.c +++ b/source3/modules/vfs_fruit.c @@ -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 diff --git a/testprogs/blackbox/dbcheck-links.sh b/testprogs/blackbox/dbcheck-links.sh index d9d80d47eb3..00f81b81b94 100755 --- a/testprogs/blackbox/dbcheck-links.sh +++ b/testprogs/blackbox/dbcheck-links.sh @@ -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: ')