]> source.dussan.org Git - nextcloud-server.git/commitdiff
Correct a typo
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Sun, 26 Nov 2023 10:29:50 +0000 (11:29 +0100)
committerAndy Scherzinger <info@andy-scherzinger.de>
Tue, 28 Nov 2023 14:48:58 +0000 (15:48 +0100)
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
apps/files_external/lib/Lib/Backend/SMB.php

index 6c87967608876dbb52eb2f61ec11e05aba072e67..c455464c2be4626e48642d207e78792bdf400c4a 100644 (file)
@@ -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)