diff options
author | Damien Miller <djm@mindrot.org> | 2018-04-10 10:19:02 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-04-10 10:19:02 +1000 |
commit | 10479cc2a4acd6faaf643eb305233b49d70c31c1 (patch) | |
tree | 3ff183d0d7a71a2843e1cb13f682743761555053 /README.platform | |
parent | 907da2f88519b34189fd03fac96de0c52d448233 (diff) |
Many typo fixes from Karsten Weiss
Spotted using https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'README.platform')
-rw-r--r-- | README.platform | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.platform b/README.platform index c7be95fb6..9210e07c8 100644 --- a/README.platform +++ b/README.platform | |||
@@ -80,7 +80,7 @@ added to /etc/security/audit_event: | |||
80 | 32800:AUE_openssh:OpenSSH login:lo | 80 | 32800:AUE_openssh:OpenSSH login:lo |
81 | 81 | ||
82 | The BSM audit event range available for third party TCB applications is | 82 | The BSM audit event range available for third party TCB applications is |
83 | 32768 - 65535. Event number 32800 has been choosen for AUE_openssh. | 83 | 32768 - 65535. Event number 32800 has been chosen for AUE_openssh. |
84 | There is no official registry of 3rd party event numbers, so if this | 84 | There is no official registry of 3rd party event numbers, so if this |
85 | number is already in use on your system, you may change it at build time | 85 | number is already in use on your system, you may change it at build time |
86 | by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding. | 86 | by configure'ing --with-cflags=-DAUE_openssh=32801 then rebuilding. |