From 1b0690fd83dda57d96da3eb5fcd7bc482d1f97d4 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Mon, 11 Jun 2012 20:58:11 +0200 Subject: s3/doc: some spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to Frans Luteijn for providing the fixes! Autobuild-User(master): Björn Jacke Autobuild-Date(master): Mon Jun 11 23:16:26 CEST 2012 on sn-devel-104 --- docs-xml/smbdotconf/tuning/paranoidserversecurity.xml | 4 ++-- docs-xml/smbdotconf/tuning/strictallocate.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs-xml/smbdotconf/tuning') diff --git a/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml b/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml index e5c2fe0ad1..e553583722 100644 --- a/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml +++ b/docs-xml/smbdotconf/tuning/paranoidserversecurity.xml @@ -5,13 +5,13 @@ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> Some version of NT 4.x allow non-guest - users with a bad passowrd. When this option is enabled, samba will not + users with a bad password. When this option is enabled, samba will not use a broken NT 4.x server as password server, but instead complain to the logs and exit. Disabling this option prevents Samba from making - this check, which involves deliberatly attempting a + this check, which involves deliberately attempting a bad logon to the remote server. diff --git a/docs-xml/smbdotconf/tuning/strictallocate.xml b/docs-xml/smbdotconf/tuning/strictallocate.xml index 900c90f215..bd867da7b1 100644 --- a/docs-xml/smbdotconf/tuning/strictallocate.xml +++ b/docs-xml/smbdotconf/tuning/strictallocate.xml @@ -11,7 +11,7 @@ when a file is created or extended to be a given size. In UNIX terminology this means that Samba will stop creating sparse files. - This option is really desgined for file systems that support + This option is really designed for file systems that support fast allocation of large numbers of blocks such as extent-based file systems. On file systems that don't support extents (most notably ext3) this can make Samba slower. When you work with large files over >100MB on file -- cgit