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:
Daniel J Walsh 2009-06-30 11:56:16 -04:00 committed by Joshua Brindle
parent f057914941
commit a401a87622

View File

@ -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);