minor spelling correction

This commit is contained in:
Eric Schultz
2019-01-07 19:18:24 -06:00
parent 410cf6bc97
commit 661f331746

View File

@@ -163,7 +163,7 @@ Split level:
> When a new file or subdirectory is being created in the first level subdirectory of a share, if that first
> level subdirectory does not exist on the disk being written, then the subdirectory will be created first.
> If a new file or subdirectory is being created in the second or lower level subdirectory of a share, the new
> file or subdirectory is created on the same disk as the new file or subdirectorys parent directory.
> file or subdirectory is created on the same disk as the new file or subdirectory's parent directory.
>
> **Automatically split only the top "N" level directories as required**
> Similar to previous: when a new file or subdirectory is being created, if the parent directory is at level "N",
@@ -375,4 +375,4 @@ function writeShare() {
});
if (copied) swal({title:'Clone complete',text:'Share settings are cloned to the selected shares',type:'success'},function(){refresh();});
}
</script>
</script>