chiark / gitweb /
treewide: fix typos
[elogind.git] / 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);
 }