diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-07-24 14:19:49 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-07-24 14:19:49 +1000 |
commit | 1d12c640666c574b537d254a07af404e61445f6b (patch) | |
tree | f33c508420724b98b93096af42c35a93b88a1cf0 /source4/ntvfs | |
parent | b38045f9daa9956d86c036814e74f134ed3c73e8 (diff) | |
download | samba-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.c | 2 |
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; |