multi: fixing it's/its typos in comments

This commit is contained in:
Daniel McNally
2018-02-06 22:13:07 -05:00
committed by Olaoluwa Osuntokun
parent bbc2ecd580
commit 8543497dcc
26 changed files with 40 additions and 40 deletions

View File

@@ -33,7 +33,7 @@ var (
openChannelBucket = []byte("open-chan-bucket")
// chanInfoKey can be accessed within the bucket for a channel
// (identified by it's chanPoint). This key stores all the static
// (identified by its chanPoint). This key stores all the static
// information for a channel which is decided at the end of the
// funding flow.
chanInfoKey = []byte("chan-info-key")