Skip to content

Commit 128103b

Browse files
committed
Typo
1 parent cbb8863 commit 128103b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_mam_sql.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ delete_old_messages_batch(ServerHost, TimeStamp, Type, Batch) ->
234234
SType = misc:atom_to_binary(Type),
235235
ejabberd_sql:sql_query(
236236
ServerHost,
237-
fun(sqlire,_)->
237+
fun(sqlite,_)->
238238
ejabberd_sql:sql_query_t(
239239
?SQL("delete from archive where rowid in ("
240240
" select rowid from archive where timestamp < %(TS)d"

0 commit comments

Comments
 (0)