From ecfb1aecd320fef4b1264bf68ad540de1147a71b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Torstein=20Huseb=C3=B8?= Date: Fri, 24 Jul 2015 11:14:01 +0200 Subject: [PATCH 1/1] treewide: fix typos --- src/shared/apparmor-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/apparmor-util.h b/src/shared/apparmor-util.h index 140eb6b27..0e206a2f2 100644 --- a/src/shared/apparmor-util.h +++ b/src/shared/apparmor-util.h @@ -27,7 +27,7 @@ int verify_units(char **filenames, ManagerRunningAs running_as, bool check_man); -/* XXX: find an authorotative list of all pseudo types? */ +/* XXX: find an authoritative list of all pseudo types? */ bool dns_type_is_pseudo(int n) { return IN_SET(n, DNS_TYPE_ANY, DNS_TYPE_AXFR, DNS_TYPE_IXFR, DNS_TYPE_OPT); } -- 2.30.2