r13268: fixed typo noticed by Aaron Seigo
authorAndrew Tridgell <tridge@samba.org>
Tue, 31 Jan 2006 23:37:56 +0000 (23:37 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:51:40 +0000 (13:51 -0500)
(This used to be commit a49d024f3d4866655d4436a5c42b3c228374594b)

source4/lib/ldb/include/ldb.h

index 087790ac68035ece842e18c424ff7f0a4f9f2f7f..9139e6d2f5abe9ec4c590aed8fb85282cd1d659d 100644 (file)
@@ -589,7 +589,7 @@ struct ldb_context *ldb_init(void *mem_ctx);
     - tdb://path
     - ldapi://path
     - ldap://host
-    - sqlite3://path
+    - sqlite://path
 
    \param ldb the context associated with the database (from ldb_init())
    \param url the URL of the database to connect to, as noted above