mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
Merge branch 'cboltz-typo' into 'master'
Fix typo in set_json_mode() comment See merge request apparmor/apparmor!364 Acked-by: Eric Chiang <ericchiang@google.com>
This commit is contained in:
commit
7d95e2658e
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def write_json(jsonout):
|
|||
def set_json_mode():
|
||||
"""
|
||||
Currently this is only used by aa-genprof and aa-logprof, while e.g.
|
||||
aa-status generates its own JSON ourput.
|
||||
aa-status generates its own JSON output.
|
||||
|
||||
Remember to bump the JSON API version number if the output commands
|
||||
in this file are modified.
|
||||
|
|
Loading…
Add table
Reference in a new issue