From: Manoj Srivastava <srivasta@xxxxxxxxxx> This was reported after a lintian check found this on any package linked with libsepol. Closes: #556390 Signed-off-by: Manoj Srivastava <srivasta@xxxxxxxxxx> --- src/write.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/write.c b/src/write.c index 9906e35..00c605f 100644 --- a/src/write.c +++ b/src/write.c @@ -1000,7 +1000,7 @@ static int type_write(hashtab_key_t key, hashtab_datum_t datum, void *ptr) buf[items++] = cpu_to_le32(typdatum->flags); else if (typdatum->flags & TYPE_FLAGS_PERMISSIVE) WARN(fp->handle, "Warning! Module policy " - "version %d cannnot suport permissive " + "version %d cannot support permissive " "types, but one was defined", p->policyvers); } -- 1.6.5.2 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.