diff --git a/binutils/aa-enabled.pod b/binutils/aa-enabled.pod index b705572a5..23973a1bb 100644 --- a/binutils/aa-enabled.pod +++ b/binutils/aa-enabled.pod @@ -83,7 +83,7 @@ if B doesn't have enough privileges to read the apparmor control fil =item B<10> -AppArmor is enabled but does not have access to shared LSM interaces. +AppArmor is enabled but does not have access to shared LSM interfaces. =item B<64> diff --git a/binutils/aa-features-abi.pod b/binutils/aa-features-abi.pod index 136c4a00c..a4b892417 100644 --- a/binutils/aa-features-abi.pod +++ b/binutils/aa-features-abi.pod @@ -32,7 +32,7 @@ B [OPTIONS] [OUTPUT OPTIONS] B is used to extract a features abi and output to either stdout or a specified file. A SOURCE_OPTION must be specified. -If an output option is not specified the features abi is writen to +If an output option is not specified the features abi is written to stdout. =head1 OPTIONS diff --git a/binutils/aa_enabled.c b/binutils/aa_enabled.c index ecef8c9e4..85cfbab30 100644 --- a/binutils/aa_enabled.c +++ b/binutils/aa_enabled.c @@ -20,7 +20,7 @@ void print_help(const char *command) { printf(_("%s: [options]\n" " options:\n" - " -x | --exclusive Shared interfaces must be availabe\n" + " -x | --exclusive Shared interfaces must be available\n" " -q | --quiet Don't print out any messages\n" " -h | --help Print help\n"), command); diff --git a/parser/apparmor.d.pod b/parser/apparmor.d.pod index a5424aa18..c4ba07824 100644 --- a/parser/apparmor.d.pod +++ b/parser/apparmor.d.pod @@ -1273,7 +1273,7 @@ I keyword. Eg. To indicate that the rule only applies to auto binding of unix domain sockets. It is important to note this only applies to the I permission as once the socket is bound to an address it is -indistiguishable from a socket that have an addr bound with a +indistinguishable from a socket that have an addr bound with a specified name. When the I keyword is used with other permissions or as part of a peer addr it will be replaced with a pattern that can match an autobound socket. Eg. For some kernels @@ -1752,7 +1752,7 @@ If the policy abi is specified as B then the running kernel's abi will be used. This should never be used in shipped policy as it can cause system breakage when a new kernel is installed. -=head3 ABI compatability with AppArmor 2.x +=head3 ABI compatibility with AppArmor 2.x AppArmor 3 remains compatible with AppArmor 2.x by detecting when a profile does not have a feature ABI specified. In this case the policy diff --git a/parser/parser_main.c b/parser/parser_main.c index 90d077f17..224bebabc 100644 --- a/parser/parser_main.c +++ b/parser/parser_main.c @@ -259,7 +259,7 @@ optflag_table_t warnflag_table[] = { { 1, "jobs", "enable job control warnings", WARN_JOBS }, { 1, "dangerous", "warn on dangerous policy", WARN_DANGEROUS }, { 1, "unexpected", "warn when an unexpected condition is found", WARN_UNEXPECTED }, - { 1, "format", "warn on unnecessary or confusing formating", WARN_FORMAT }, + { 1, "format", "warn on unnecessary or confusing formatting", WARN_FORMAT }, { 1, "missing", "warn when missing qualifier and a default is used", WARN_MISSING }, { 1, "override", "warn when overriding", WARN_OVERRIDE }, { 1, "dev", "turn on warnings that are useful for profile development", WARN_DEV },