From 53ce0aa26aa67bc2a50e24b206c6f42c545e79c7 Mon Sep 17 00:00:00 2001 From: bin liu Date: Tue, 21 Jun 2016 15:28:30 +0800 Subject: [PATCH] fix some typos Signed-off-by: bin liu --- archive/archive.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/archive.go b/archive/archive.go index 4f0b4ff..4f8db0b 100644 --- a/archive/archive.go +++ b/archive/archive.go @@ -100,7 +100,7 @@ const ( ) const ( - // AUFSWhiteoutFormat is the default format for whitesouts + // AUFSWhiteoutFormat is the default format for whiteouts AUFSWhiteoutFormat WhiteoutFormat = iota // OverlayWhiteoutFormat formats whiteout according to the overlay // standard.