Skip to content

Commit c679f65

Browse files
committed
FIX:spelling issues
1 parent 94b6106 commit c679f65

4 files changed

Lines changed: 4 additions & 4 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 {

group_context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (gc *GroupContext) ActivateGroupContext(contactPK crypto.PubKey) (err error
146146
}
147147

148148
// send secret and register key from existing members.
149-
// we should wait until all the events have been retreived.
149+
// we should wait until all the events have been retrieved.
150150
{
151151
var wgExistingMembers sync.WaitGroup
152152

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)