policycoreutils/hll/pp: fix typo in error messages

Signed-off-by: Steve Lawrence <slawrence@tresys.com>
diff --git a/policycoreutils/hll/pp/pp.c b/policycoreutils/hll/pp/pp.c
index 1a18888..99c7b1e 100644
--- a/policycoreutils/hll/pp/pp.c
+++ b/policycoreutils/hll/pp/pp.c
@@ -1915,7 +1915,7 @@
 		}
 
 		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 @@
 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;