docs: squash typo on log message

This commit is contained in:
decentral1se 2022-04-06 01:39:57 +02:00 committed by André Staltz
parent c7430e7976
commit f09ca6aff3
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ func main() {
pubKey, err := refs.ParseFeedRef(flag.Arg(0))
if err != nil {
fmt.Fprintln(os.Stderr, "Invalid ssb public-key referenfce:", err)
fmt.Fprintln(os.Stderr, "Invalid ssb public-key reference:", err)
os.Exit(1)
}