summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
Diffstat (limited to 'commands')
-rw-r--r--commands/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/convert.go b/commands/convert.go
index 765fb5f54..fb01087d5 100644
--- a/commands/convert.go
+++ b/commands/convert.go
@@ -140,7 +140,7 @@ func (c *convertCommand) convertAndSavePage(p page.Page, site *hugolib.Site, tar
errMsg := fmt.Errorf("error processing file %q", p.File().Path())
- site.Log.Infoln("ttempting to convert", p.File().Filename())
+ site.Log.Infoln("attempting to convert", p.File().Filename())
f := p.File()
file, err := f.FileInfo().Meta().Open()