fix words misspell

Signed-off-by: Michael Wan <zirenwan@gmail.com>
This commit is contained in:
Michael Wan
2018-04-22 04:27:17 -04:00
parent 3a6825e1a0
commit 7fd6d5e2be
14 changed files with 18 additions and 18 deletions

View File

@@ -594,7 +594,7 @@ func testParents(ctx context.Context, t *testing.T, ms *MetaStore) {
parents []string
)
if info.Kind == snapshots.KindCommitted {
// When commited, create view and resolve from view
// When committed, create view and resolve from view
nid := fmt.Sprintf("test-%s-%d", tc.Name, i)
s, err := CreateSnapshot(ctx, snapshots.KindView, nid, name)
if err != nil {