diff options
Diffstat (limited to 'modules/options/static.go')
-rw-r--r-- | modules/options/static.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/options/static.go b/modules/options/static.go index d98253f875..3301f45171 100644 --- a/modules/options/static.go +++ b/modules/options/static.go @@ -72,7 +72,7 @@ func License(name string) ([]byte, error) { return fileFromDir(path.Join("license", name)) } -// Labels eads the content of a specific labels from static or custom path. +// Labels reads the content of a specific labels from static or custom path. func Labels(name string) ([]byte, error) { return fileFromDir(path.Join("label", name)) } |