Author: Manoj Srivastava

Email: srivasta@debian.org
Subject: cannnot -> cannot and suport -> support
Date: Tue, 17 Nov 2009 10:27:57 -0600

This was reported after a lintian check found this on any package
linked with libsepol.  Closes: #556390

Signed-off-by: Manoj Srivastava <srivasta@debian.org>
Signed-off-by: Chad Sellers <csellers@tresys.com>
This commit is contained in:
Manoj Srivastava 2009-11-18 14:46:03 -05:00 committed by Chad Sellers
parent b946922238
commit 8627ab66a7

View File

@ -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);
}