* libsemanage spelling mistake in error code.
@ 2009-06-08 19:14 Daniel J Walsh
0 siblings, 0 replies; only message in thread
From: Daniel J Walsh @ 2009-06-08 19:14 UTC (permalink / raw)
To: SELinux
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: libsemanage-handle.patch --]
[-- Type: text/plain, Size: 486 bytes --]
--- 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);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-08 19:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-08 19:14 libsemanage spelling mistake in error code Daniel J Walsh
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.