From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:29:50 +0000 (+0100) Subject: Correct a typo X-Git-Tag: v29.0.0beta1~767^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9064171b273a820987d01125797bdae05e87832f;p=nextcloud-server.git Correct a typo Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- 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)