diff options
Diffstat (limited to 'modules/options/dynamic.go')
-rw-r--r-- | modules/options/dynamic.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/options/dynamic.go b/modules/options/dynamic.go index f5235741d1..c56d098a2e 100644 --- a/modules/options/dynamic.go +++ b/modules/options/dynamic.go @@ -76,7 +76,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)) } |