Fix typo in comment.

This commit is contained in:
Martin Dosch 2023-01-19 20:05:40 +01:00
parent 272d84e9f8
commit 27828b8d4f
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

View File

@ -16,7 +16,7 @@ import (
"strconv"
"github.com/beevik/etree" // BSD-2-clause
"github.com/gabriel-vasile/mimetype" // MIT License)
"github.com/gabriel-vasile/mimetype" // MIT License
"github.com/mattn/go-xmpp" // BSD-3-Clause
)