فهرست منبع

spelling: pointers

Josh Soref 9 سال پیش
والد
کامیت
d75dfc1111
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      include/acl.h

+ 1 - 1
include/acl.h

@@ -53,7 +53,7 @@ struct dns_acl {
         struct dns_acl *next;
         struct dns_acl *next;
 };
 };
 
 
-/* Poiters to head ACL structs */
+/* Pointers to head ACL structs */
 static struct ip_acl *ip_acl_head, *ip_acl_prev;
 static struct ip_acl *ip_acl_head, *ip_acl_prev;
 static struct dns_acl *dns_acl_head, *dns_acl_prev;
 static struct dns_acl *dns_acl_head, *dns_acl_prev;