File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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
311311 }
312312
313313 virtual void processData (char *)
314- // / Caled when data is received by reader.
314+ // / Called when data is received by reader.
315315 // /
316316 // / No-op here, must be overridden by inheriting
317317 // / class in order to do useful work.
318318 {
319319 };
320320
321321 virtual void processError (char * buf)
322- // / Caled when error is detected by reader.
322+ // / Called when error is detected by reader.
323323 // /
324324 // / Only functional if stream pointer is provided
325325 // / to the handler, otherwise it must be overridden
@@ -330,7 +330,7 @@ class UDPHandlerImpl: public Runnable, public RefCountedObject
330330 }
331331
332332 void start ()
333- // / Stars the handler run in thread.
333+ // / Starts the handler run in thread.
334334 {
335335 _thread.start (*this );
336336 }
You can’t perform that action at this time.
0 commit comments