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:
Christian Boltz 2019-04-22 17:58:15 +00:00
commit 7d95e2658e

View file

@ -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.