mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-12-02 16:46:18 +00:00
Author: Daniel J Walsh
Email: dwalsh@redhat.com Subject: libsemanage spelling mistake in error code. Date: Mon, 08 Jun 2009 15:14:02 -0400 Signed-off-by: Joshua Brindle <method@manicmethod.com>
This commit is contained in:
parent
f057914941
commit
a401a87622
@ -264,7 +264,7 @@ int semanage_commit(semanage_handle_t * sh)
|
||||
assert(sh != NULL && sh->funcs != NULL && sh->funcs->commit != NULL);
|
||||
if (!sh->is_in_transaction) {
|
||||
ERR(sh,
|
||||
"Will not commit because caller does not have a tranaction lock yet.");
|
||||
"Will not commit because caller does not have a transaction lock yet.");
|
||||
return -1;
|
||||
}
|
||||
retval = sh->funcs->commit(sh);
|
||||
|
Loading…
Reference in New Issue
Block a user