浏览代码

Fix dont typo

Signed-off-by: Xiaodong Zhang <a4012017@sina.com>
nashasha1 7 年之前
父节点
当前提交
86b4cc49dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/types/stats.go

+ 1 - 1
api/types/stats.go

@@ -129,7 +129,7 @@ type NetworkStats struct {
 	TxBytes uint64 `json:"tx_bytes"`
 	// Packets sent. Windows and Linux.
 	TxPackets uint64 `json:"tx_packets"`
-	// Sent errors. Not used on Windows. Note that we dont `omitempty` this
+	// Sent errors. Not used on Windows. Note that we don't `omitempty` this
 	// field as it is expected in the >=v1.21 API stats structure.
 	TxErrors uint64 `json:"tx_errors"`
 	// Outgoing packets dropped. Windows and Linux.