Explorar o código

- comment typos fixed

Jan Janak %!s(int64=17) %!d(string=hai) anos
pai
achega
34873f534f
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      select.c

+ 2 - 2
select.c

@@ -351,8 +351,8 @@ int run_select(str* res, select_t* s, struct sip_msg* msg)
 	}
 	DBG("Calling SELECT %p \n", s->f);
 
-	/* save and resore the original select_level
-	 * because of the nested selets */
+	/* save and restore the original select_level
+	 * because of the nested selects */
 	orig_level = select_level;
 	ret = 0;
 	for (	select_level=0;