浏览代码

Merge pull request #41 from EdwardBetts/spelling

correct spelling mistake
Luca Bruno 7 年之前
父节点
当前提交
b0ff219ccd
共有 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()