summaryrefslogtreecommitdiffstats
path: root/output/outputFormat.go
diff options
context:
space:
mode:
Diffstat (limited to 'output/outputFormat.go')
-rw-r--r--output/outputFormat.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/outputFormat.go b/output/outputFormat.go
index 33ab71d43..797c7ae2d 100644
--- a/output/outputFormat.go
+++ b/output/outputFormat.go
@@ -96,7 +96,7 @@ func (formats Formats) GetByName(name string) (f Format, found bool) {
return
}
-// Format represents an output represenation, usually to a file on disk.
+// Format represents an output representation, usually to a file on disk.
type Format struct {
// The Name is used as an identifier. Internal output formats (i.e. HTML and RSS)
// can be overridden by providing a new definition for those types.