فهرست منبع

correct spelling mistake

Edward Betts 7 سال پیش
والد
کامیت
fc63fdb246
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      iptables/iptables_test.go

+ 1 - 1
iptables/iptables_test.go

@@ -68,7 +68,7 @@ func contains(list []string, value string) bool {
 }
 
 // mustTestableIptables returns a list of ip(6)tables handles with various
-// features enabled & disabled, to test compatability.
+// features enabled & disabled, to test compatibility.
 // We used to test noWait as well, but that was removed as of iptables v1.6.0
 func mustTestableIptables() []*IPTables {
 	ipt, err := New()