@@ -1802,7 +1802,7 @@ static char *avtab_node_to_str(struct policydb *pdb, avtab_key_t *key, avtab_dat
} else if (datum->xperms->specified == AVTAB_XPERMS_NLMSG) {
xperm = (char *) "nlmsg";
} else {
- ERR(NULL, "Unknown extended permssion");
+ ERR(NULL, "Unknown extended permission");
goto exit;
}
rule = create_str("(%s %s %s (%s %s (%s)))",
@@ -709,7 +709,7 @@ static int avrulex_to_cil(int indent, struct policydb *pdb, uint32_t type, const
} else if (xperms->specified == AVTAB_XPERMS_NLMSG) {
xperm = "nlmsg";
} else {
- ERR(NULL, "Unkown avrule xperms->specified: %i", xperms->specified);
+ ERR(NULL, "Unknown avrule xperms->specified: %i", xperms->specified);
rc = -1;
goto exit;
}
@@ -1662,7 +1662,7 @@ int policydb_load_isids(policydb_t * p, sidtab_t * s)
*
* arguments:
* policydb_t *pol module policy to modify
- * uint32_t sym the symbole table for insertion (SYM_*)
+ * uint32_t sym the symbol table for insertion (SYM_*)
* hashtab_key_t key the key for the symbol - not cloned
* hashtab_datum_t data the data for the symbol - not cloned
* scope scope of this symbol, either SCOPE_REQ or SCOPE_DECL