fix(doc): typos

This commit is contained in:
Martin/Geno 2019-09-04 19:16:44 +02:00 committed by Mickaël Rémond
parent 7b1f83f6b7
commit 6f9808fe16
2 changed files with 2 additions and 2 deletions

View File

@ -167,7 +167,7 @@ journalctl -f | fluuxmpp send testit@conference.chat.sum7.eu - --muc
### Configuration file ### Configuration file
In `/etc/`, `~/.config` and `.` (here). 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 e.g. ~/.config/fluuxmpp.toml
```toml ```toml

View File

@ -152,7 +152,7 @@ type Metrics struct {
ConnectTime time.Duration ConnectTime time.Duration
// LoginTime returns the between client initiation of the TCP/IP // LoginTime returns the between client initiation of the TCP/IP
// connection to the server and the return of the login result. // 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. // like starttls.
LoginTime time.Duration LoginTime time.Duration
} }