--- nsalibsemanage/src/handle.c 2008-11-14 17:10:15.000000000 -0500 +++ libsemanage-2.0.31/src/handle.c 2009-06-02 14:54:20.000000000 -0400 @@ -264,7 +264,7 @@ 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);