diff options
Diffstat (limited to 'internal/server/instituteaccess.go')
| -rw-r--r-- | internal/server/instituteaccess.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/instituteaccess.go b/internal/server/instituteaccess.go index ca37dcd..c0594a7 100644 --- a/internal/server/instituteaccess.go +++ b/internal/server/instituteaccess.go @@ -8,7 +8,7 @@ import ( "github.com/eduvpn/eduvpn-common/types" ) -// An instute access server +// An instute access server. type InstituteAccessServer struct { // An instute access server has its own OAuth Auth oauth.OAuth `json:"oauth"` |
