From e6e0431ed3f53a31d3882087079aec86f593a9e4 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Mon, 19 Jun 2017 00:45:51 +0200 Subject: [PATCH] Corrected a typo in 'wpress-extractor.go'. --- wpress-extractor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpress-extractor.go b/wpress-extractor.go index 9c406bb..de4986b 100644 --- a/wpress-extractor.go +++ b/wpress-extractor.go @@ -7,7 +7,7 @@ import ( ) func main() { - fmt.Printf("Wpress Extracter.\n") + fmt.Printf("Wpress Extractor.\n") if ( len(os.Args) == 2 ){ pathTofile := os.Args[1]