diff options
author | Volker Lendecke <vlendec@samba.org> | 2004-10-22 04:48:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:24 -0500 |
commit | e51ae38d7b921f05ee3094ce68dfdd05bb8a5099 (patch) | |
tree | 9892be3d75387d554b0fe85e6e6aed9d17b449d8 /source4/ntvfs/common | |
parent | 450359e28202d27bde8e050bee3ffdae86beb938 (diff) | |
download | samba-e51ae38d7b921f05ee3094ce68dfdd05bb8a5099.tar.gz samba-e51ae38d7b921f05ee3094ce68dfdd05bb8a5099.tar.bz2 samba-e51ae38d7b921f05ee3094ce68dfdd05bb8a5099.zip |
r3129: typo
(This used to be commit f9dfd5ff1fcfd21fee9b08993b5fe6a6fae7f9d5)
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r-- | source4/ntvfs/common/opendb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/common/opendb.c b/source4/ntvfs/common/opendb.c index cf0177e333..63d3eacf8e 100644 --- a/source4/ntvfs/common/opendb.c +++ b/source4/ntvfs/common/opendb.c @@ -35,7 +35,7 @@ All other operations on a record are done by passing the odb_lock() handle back to this module. The handle contains internal - intformation about what file_key is being operated on. + information about what file_key is being operated on. */ #include "includes.h" |