Fix typos.

This commit is contained in:
Haosdent Huang
2019-06-09 15:34:53 +08:00
parent 5fe910191a
commit 7ce6e71891
12 changed files with 12 additions and 12 deletions

View File

@@ -116,7 +116,7 @@ func (d *DataDirectory) String() string {
}
// VersionFile provides utilities for reading and writing version.txt files
// to etcd "data-dir" for tracking the etcd server and storage verions
// to etcd "data-dir" for tracking the etcd server and storage versions
// of the data in the directory.
type VersionFile struct {
path string