@@ -65,11 +65,11 @@ /** * Listen on the socket. * * \param backlog Maximum length for the queue of pending connections. */ -- (void)listenWithBackLog: (int)backlog; +- (void)listenWithBackLog: (int)backLog; /** * Listen on the socket. */ - (void)listen;