File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,15 +311,15 @@ class UDPHandlerImpl: public Runnable, public RefCountedObject
311
311
}
312
312
313
313
virtual void processData (char *)
314
- // / Caled when data is received by reader.
314
+ // / Called when data is received by reader.
315
315
// /
316
316
// / No-op here, must be overridden by inheriting
317
317
// / class in order to do useful work.
318
318
{
319
319
};
320
320
321
321
virtual void processError (char * buf)
322
- // / Caled when error is detected by reader.
322
+ // / Called when error is detected by reader.
323
323
// /
324
324
// / Only functional if stream pointer is provided
325
325
// / to the handler, otherwise it must be overridden
@@ -330,7 +330,7 @@ class UDPHandlerImpl: public Runnable, public RefCountedObject
330
330
}
331
331
332
332
void start ()
333
- // / Stars the handler run in thread.
333
+ // / Starts the handler run in thread.
334
334
{
335
335
_thread.start (*this );
336
336
}
You can’t perform that action at this time.
0 commit comments