From 84d9486eb2bc000329f509056a62282a7db06da9 Mon Sep 17 00:00:00 2001 From: Steve Lawrence Date: Mon, 6 Oct 2014 14:50:43 -0400 Subject: [PATCH] policycoreutils/hll/pp: fix typo in error messages Signed-off-by: Steve Lawrence --- policycoreutils/hll/pp/pp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/policycoreutils/hll/pp/pp.c b/policycoreutils/hll/pp/pp.c index 1a188886..99c7b1e9 100644 --- a/policycoreutils/hll/pp/pp.c +++ b/policycoreutils/hll/pp/pp.c @@ -1915,7 +1915,7 @@ static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UN } if (ebitmap_cardinality(&role->dominates) > 1) { - log_err("Warning: role 'dominance' statment unsupported in CIL. Dropping from output."); + log_err("Warning: role 'dominance' statement unsupported in CIL. Dropping from output."); } ts = &role->types; @@ -2390,7 +2390,7 @@ exit: static int ocontext_selinux_fs_to_cil(struct policydb *UNUSED(pdb), struct ocontext *fss) { if (fss != NULL) { - log_err("Warning: 'fscon' statment unsupported in CIL. Dropping from output."); + log_err("Warning: 'fscon' statement unsupported in CIL. Dropping from output."); } return 0;