fix typos [skip ci]

This commit is contained in:
Hitanshu Mehta 2022-04-05 09:38:36 +05:30
parent 8109c9ccf1
commit 3dc5ddc168
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@ func (p *peerLog) uptime(start, end time.Time) (time.Duration, error) {
p.start = start
}
// If the online period ends before our range, shift the end
// If the online period ends after our range, shift the end
// time forward so that we only calculate uptime until the end
// of the range.
if p.end.After(end) {

View File

@ -81,7 +81,7 @@
; is only requested and stored when the first rpc connection comes in.
; letsencryptdomain=example.com
; Disable macaroon authentication. Macaroons are used are bearer credentials to
; Disable macaroon authentication. Macaroons are used as bearer credentials to
; authenticate all RPC access. If one wishes to opt out of macaroons, uncomment
; the line below.
; no-macaroons=true