chiark / gitweb /
treewide: fix typos
authorTorstein Husebø <torstein@huseboe.net>
Fri, 24 Jul 2015 09:14:01 +0000 (11:14 +0200)
committerSven Eden <yamakuzure@gmx.net>
Tue, 14 Mar 2017 09:07:15 +0000 (10:07 +0100)
src/shared/apparmor-util.h

index 140eb6b276d110d4e92bf4ea6d10991f168b6ba8..0e206a2f21ec6a0848f447a711cf1b594ae4d598 100644 (file)
@@ -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);
 }