summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:22:45 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:36 +0100
commit1683d090ccfb8b2959e091bdb9281a4991d943dc (patch)
tree61e8486115957ff32aa1e567996c4b526a9e989b /source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
parentdd89dc2c3166d4bbcb3aacfb7222488c69e10485 (diff)
downloadsamba-1683d090ccfb8b2959e091bdb9281a4991d943dc.tar.gz
samba-1683d090ccfb8b2959e091bdb9281a4991d943dc.tar.bz2
samba-1683d090ccfb8b2959e091bdb9281a4991d943dc.zip
LDB related spelling fixes.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c')
-rw-r--r--source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
index f07b330a8b..c8996467f3 100644
--- a/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
+++ b/source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c
@@ -557,7 +557,7 @@ query_int(const struct lsqlite3_private * lsqlite3,
}
/*
- * This is a bad hack to support ldap style comparisons whithin sqlite.
+ * This is a bad hack to support ldap style comparisons within sqlite.
* val is the attribute in the row currently under test
* func is the desired test "<=" ">=" "~" ":"
* cmp is the value to compare against (eg: "test")