Typo: s/prefered/preferred/
authorJelmer Vernooij <jelmer@samba.org>
Sun, 30 Mar 2014 02:05:09 +0000 (04:05 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 13 Apr 2014 14:55:05 +0000 (16:55 +0200)
Signed-Off-By: Jelmer Vernooij <jelmer@samba.org>
Change-Id: Ib82b71111fd208990aa876a8bf06431cfed21a6c
Reviewed-on: https://gerrit.samba.org/220
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/Samba3-Developers-Guide/unix-smb.xml
source3/smbd/statvfs.c

index 6964b7fb2e3d6998f2049e7b3626ceed4cfeec99..3412019fe131e9c25bdde2bbc1e4cdac89e423a4 100644 (file)
@@ -206,7 +206,7 @@ Unix has no equivalent notion. To implement this Samba uses either lock
 files based on the files inode and placed in a separate lock
 directory or a shared memory implementation. The lock file method 
 is clumsy and consumes processing and file resources,
-the shared memory implementation is vastly prefered and is turned on
+the shared memory implementation is vastly preferred and is turned on
 by default for those systems that support it.
 </para>
 
index 94ec2d5146de4f5053493518e0c4e5e4b8f95da6..f9f2211030c200f628309701899a3f624497d9de 100644 (file)
@@ -151,7 +151,7 @@ static int linux_statvfs(const char *path, vfs_statvfs_struct *statbuf)
  sys_statvfs() is an abstraction layer over system-dependent statvfs()/statfs()
  for particular POSIX systems. Due to controversy of what is considered more important
  between LSB and FreeBSD/POSIX.1 (IEEE Std 1003.1-2001) we need to abstract the interface
- so that particular OS would use its prefered interface.
+ so that particular OS would use its preferred interface.
 */
 int sys_statvfs(const char *path, vfs_statvfs_struct *statbuf)
 {