chore: fix some typos in comments

Signed-off-by: goodactive <goodactive@qq.com>
This commit is contained in:
goodactive
2024-04-19 17:49:51 +08:00
parent bc6e81e1b9
commit e0a1ce14a8
6 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@ func init() {
}
// UserInfo carries information about
// an autenticated/authorized client.
// an authenticated/authorized client.
type UserInfo struct {
Name string
}