summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-12-06 14:05:49 +0100
committerVolker Lendecke <vlendec@samba.org>2010-12-19 23:25:06 +0100
commit43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab (patch)
tree91a056f5a1a717be3970e881565a1a153c0b47cc /source3/smbd/filename.c
parenta4bcabc726077a2ad598c87cd10cdae14d45d99a (diff)
downloadsamba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.tar.gz
samba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.tar.bz2
samba-43e42b4e77244602e6eb85f64bfc9d50d1c5f6ab.zip
s3: Fix some typos
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index 7bc8607400..bd783232f6 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -370,7 +370,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
start = smb_fname->base_name;
/*
- * If we're providing case insentive semantics or
+ * If we're providing case insensitive semantics or
* the underlying filesystem is case insensitive,
* then a case-normalized hit in the stat-cache is
* authoratitive. JRA.
@@ -388,7 +388,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
/*
* Make sure "dirpath" is an allocated string, we use this for
- * building the directories with asprintf and free it.
+ * building the directories with talloc_asprintf and free it.
*/
if ((dirpath == NULL) && (!(dirpath = talloc_strdup(ctx,"")))) {
@@ -454,7 +454,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
/*
* A special case - if we don't have any wildcards or mangling chars and are case
- * sensitive or the underlying filesystem is case insentive then searching
+ * sensitive or the underlying filesystem is case insensitive then searching
* won't help.
*/