diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-04-03 14:20:56 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-04-03 14:25:37 +0100 |
| commit | c1eb0f499c6cc1ec03e18bd2b50a4d52bbf4d138 (patch) | |
| tree | a61495d0270761cad28b8e0dd5f407e283df0f11 /internal/discovery/discovery.go | |
| parent | 66866e4adbf44cde4f570c44f0f577aa92f8cf20 (diff) | |
Fix misspellings
Diffstat (limited to 'internal/discovery/discovery.go')
| -rw-r--r-- | internal/discovery/discovery.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index 3608ce7..a25b136 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -24,7 +24,7 @@ const ( type Discovery struct { // To plug in a custom server discovery module. module string - // To specifiy optional server discovery module options. + // To specify optional server discovery module options. options string // To either filter a server list or to secify an exact list. server string |
