s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Sat, 25 Feb 2012 08:40:16 +0000 (09:40 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 25 Feb 2012 10:16:41 +0000 (11:16 +0100)
Autobuild-User: Volker Lendecke <vl@samba.org>
Autobuild-Date: Sat Feb 25 11:16:41 CET 2012 on sn-devel-104

source3/smbd/statvfs.c

index bcdcd91c8723a333c19936b722adba5e10fc1f76..e6e1572e022786283a2449726fd5141528d816fe 100644 (file)
@@ -166,7 +166,7 @@ static int bsd_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 preffered interface.
+ so that particular OS would use its prefered interface.
 */
 int sys_statvfs(const char *path, vfs_statvfs_struct *statbuf)
 {