1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

s4:partition_init LDB module - fix a typo

This commit is contained in:
Matthias Dieter Wallnöfer 2011-03-06 15:51:12 +01:00
parent 82067b1a61
commit d2acd72994

View File

@ -386,7 +386,7 @@ int partition_reload_if_required(struct ldb_module *module,
TALLOC_CTX *mem_ctx;
if (!data) {
/* Not initilised yet */
/* Not initialised yet */
return LDB_SUCCESS;
}