changeset 196:05d9b1ba313a

Typo fixes and some clarification
author MWild1
date Wed, 15 Jun 2011 13:38:59 +0000
parents e4746a9ee7d4
children 140beda24a8c
files mod_auth_sql.wiki
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_auth_sql.wiki	Mon Jun 13 11:06:23 2011 +0500
+++ b/mod_auth_sql.wiki	Wed Jun 15 13:38:59 2011 +0000
@@ -14,9 +14,9 @@
     authentication = "sql"
 }}}
 
-These module reuses sgl = {} configuration of mod_storage_sql.
+This module reuses the database configuration of [http://prosody.im/doc/modules/mod_storage_sql mod_storage_sql] (the 'sql' option), which you can set even if you are not using SQL as Prosody's primary storage backend.
 
-The query is hardcoded in the module, so you will need to edit the module to change it. The default query is compatible with jabberd2 DB schema.
+The query is currently hardcoded in the module, so you will need to edit the module to change it. The default query is compatible with jabberd2 DB schema.
 
 = Compatibility =
 ||0.8||Works||
\ No newline at end of file