Skip to content

Commit 0fc9e46

Browse files
authored
Merge pull request #121 from mk0walsk/typos
FIX:spelling issues
2 parents 8da5db7 + c679f65 commit 0fc9e46

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

api_event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func (s *service) GroupMessageList(req *protocoltypes.GroupMessageList_Request,
185185
}
186186

187187
// Subscribe to new message events and stream them if requested
188-
// listPreviouseMessageDone := false
188+
// listPreviousMessageDone := false
189189
for {
190190
var event interface{}
191191
select {

pkg/outofstoremessage/service_outofstoremessage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func NewOutOfStoreMessageServiceClient(opts ...OOSMOption) (OOSMServiceClient, e
6666

6767
c, err := newClientFromService(ctx, s, svc)
6868
if err != nil {
69-
return nil, fmt.Errorf("uanble to create client from server: %w", err)
69+
return nil, fmt.Errorf("unable to create client from server: %w", err)
7070
}
7171

7272
return &oosmServiceClient{

tinder_swiper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (s *Swiper) WatchTopic(ctx context.Context, topic, seed []byte) <-chan peer
130130

131131
bstrat := s.backoffFactory()
132132

133-
// store watch peers informations to be later use by the refresh method to force a lookup
133+
// store watch peers information to be later used by the refresh method to force a lookup
134134
s.muRequest.Lock()
135135
wctx, cancel := context.WithCancel(ctx)
136136
s.inprogressLookup[base64.StdEncoding.EncodeToString(topic)] = &swiperRequest{

0 commit comments

Comments
 (0)