diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2023-11-26 11:29:50 +0100 |
---|---|---|
committer | Andy Scherzinger <info@andy-scherzinger.de> | 2023-11-28 15:48:58 +0100 |
commit | 9064171b273a820987d01125797bdae05e87832f (patch) | |
tree | 9ae7512d00536d316cbd0bf5170f4ddefe71ec7a /apps/files_external | |
parent | 3365c87dd4a0d769c0451c5fb07b1c18402b5e6c (diff) | |
download | nextcloud-server-9064171b273a820987d01125797bdae05e87832f.tar.gz nextcloud-server-9064171b273a820987d01125797bdae05e87832f.zip |
Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/lib/Lib/Backend/SMB.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/Lib/Backend/SMB.php b/apps/files_external/lib/Lib/Backend/SMB.php index 6c879676088..c455464c2be 100644 --- a/apps/files_external/lib/Lib/Backend/SMB.php +++ b/apps/files_external/lib/Lib/Backend/SMB.php @@ -63,7 +63,7 @@ class SMB extends Backend { ->setType(DefinitionParameter::VALUE_BOOLEAN) ->setFlag(DefinitionParameter::FLAG_OPTIONAL) ->setDefaultValue(true) - ->setTooltip($l->t('Disabling it will allow to use a case insentive file system, but comes with a performance penalty')), + ->setTooltip($l->t('Disabling it will allow to use a case insensitive file system, but comes with a performance penalty')), (new DefinitionParameter('check_acl', $l->t('Verify ACL access when listing files'))) ->setType(DefinitionParameter::VALUE_BOOLEAN) ->setFlag(DefinitionParameter::FLAG_OPTIONAL) |