summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-07-24 14:19:49 +1000
committerAndrew Tridgell <tridge@samba.org>2008-07-24 14:19:49 +1000
commit1d12c640666c574b537d254a07af404e61445f6b (patch)
treef33c508420724b98b93096af42c35a93b88a1cf0 /source4/ntvfs
parentb38045f9daa9956d86c036814e74f134ed3c73e8 (diff)
downloadsamba-1d12c640666c574b537d254a07af404e61445f6b.tar.gz
samba-1d12c640666c574b537d254a07af404e61445f6b.tar.bz2
samba-1d12c640666c574b537d254a07af404e61445f6b.zip
fixed spelling error
(This used to be commit 341f64834e13cdbc7d4742a4652ae39b70a4231f)
Diffstat (limited to 'source4/ntvfs')
-rw-r--r--source4/ntvfs/posix/xattr_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/posix/xattr_system.c b/source4/ntvfs/posix/xattr_system.c
index 7283d716b4..9a89f2a338 100644
--- a/source4/ntvfs/posix/xattr_system.c
+++ b/source4/ntvfs/posix/xattr_system.c
@@ -74,7 +74,7 @@ again:
return NT_STATUS_NOT_FOUND;
} else {
- /* if not this was probably a legittimate error
+ /* if not this was probably a legitimate error
* reset ret and errno to the correct values */
errno = EPERM;
ret = -1;