From 6f9808fe169ff8b3f9361c0e43ef6d8e55aaa41b Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Wed, 4 Sep 2019 19:16:44 +0200 Subject: [PATCH] fix(doc): typos --- cmd/fluuxmpp/README.md | 2 +- stream_manager.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/fluuxmpp/README.md b/cmd/fluuxmpp/README.md index 19ce872..de53d4b 100644 --- a/cmd/fluuxmpp/README.md +++ b/cmd/fluuxmpp/README.md @@ -167,7 +167,7 @@ journalctl -f | fluuxmpp send testit@conference.chat.sum7.eu - --muc ### Configuration file In `/etc/`, `~/.config` and `.` (here). -You could create the file name `fluuxmpp` with you favorite file extenion (e.g. `toml`, `yml`). +You could create the file name `fluuxmpp` with you favorite file extension (e.g. `toml`, `yml`). e.g. ~/.config/fluuxmpp.toml ```toml diff --git a/stream_manager.go b/stream_manager.go index b81a783..c21d79a 100644 --- a/stream_manager.go +++ b/stream_manager.go @@ -152,7 +152,7 @@ type Metrics struct { ConnectTime time.Duration // LoginTime returns the between client initiation of the TCP/IP // connection to the server and the return of the login result. - // This includes ConnectTime, but also XMPP level protocol negociation + // This includes ConnectTime, but also XMPP level protocol negotiation // like starttls. LoginTime time.Duration }