[apparmor] [PATCH 5/6] parser: Fix typo in mount rule error message
John Johansen
john.johansen at canonical.com
Fri Dec 12 11:21:49 UTC 2014
On 12/11/2014 04:49 PM, Tyler Hicks wrote:
> Signed-off-by: Tyler Hicks <tyhicks at canonical.com>
Acked-by: John Johansen <john.johansen at canonical.com>
> ---
> parser/mount.cc | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/parser/mount.cc b/parser/mount.cc
> index b2a408a..f525d67 100644
> --- a/parser/mount.cc
> +++ b/parser/mount.cc
> @@ -834,7 +834,7 @@ int mnt_rule::gen_policy_re(Profile &prof)
> return RULE_OK;
>
> fail:
> - PERROR("Enocoding of mount rule failed\n");
> + PERROR("Encoding of mount rule failed\n");
> return RULE_ERROR;
> }
>
>
More information about the AppArmor
mailing list