浏览代码

fix typo

Signed-off-by: innovimax <innovimax@gmail.com>
Innovimax 6 年之前
父节点
当前提交
31348a2936
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/checkpoint.go

+ 1 - 1
daemon/checkpoint.go

@@ -42,7 +42,7 @@ func getCheckpointDir(checkDir, checkpointID, ctrName, ctrID, ctrCheckpointDir s
 	} else {
 		switch {
 		case err != nil:
-			err2 = fmt.Errorf("checkpoint %s does not exists for container %s", checkpointID, ctrName)
+			err2 = fmt.Errorf("checkpoint %s does not exist for container %s", checkpointID, ctrName)
 		case err == nil && stat.IsDir():
 			err2 = nil
 		case err == nil: