use correct name
diff --git a/src/core/ngx_connection.c b/src/core/ngx_connection.c
index 9ec9c7d..b843b86 100644
--- a/src/core/ngx_connection.c
+++ b/src/core/ngx_connection.c
@@ -342,7 +342,7 @@
 
 
 void
-ngx_configure_listening_socket(ngx_cycle_t *cycle)
+ngx_configure_listening_sockets(ngx_cycle_t *cycle)
 {
     ngx_uint_t                 i;
     ngx_listening_t           *ls;