... | ... |
@@ -460,7 +460,7 @@ static inline int parse_param_body(str *_s, param_t *_c, char separator) |
460 | 460 |
* t: out parameter |
461 | 461 |
* -1: on error |
462 | 462 |
* 0: success, but expect a next paramter |
463 |
- * 1: success and exepect no more parameters |
|
463 |
+ * 1: success and expect no more parameters |
|
464 | 464 |
*/ |
465 | 465 |
static inline int parse_param2( |
466 | 466 |
str *_s, pclass_t _c, param_hooks_t *_h, param_t *t, char separator) |
... | ... |
@@ -533,7 +533,7 @@ error: |
533 | 533 |
* t: out parameter |
534 | 534 |
* -1: on error |
535 | 535 |
* 0: success, but expect a next paramter |
536 |
- * 1: success and exepect no more parameters |
|
536 |
+ * 1: success and expect no more parameters |
|
537 | 537 |
*/ |
538 | 538 |
int parse_param(str *_s, pclass_t _c, param_hooks_t *_h, param_t *t) |
539 | 539 |
{ |
... | ... |
@@ -141,7 +141,7 @@ typedef union param_hooks { |
141 | 141 |
* t: out parameter |
142 | 142 |
* -1: on error |
143 | 143 |
* 0: success, but expect a next paramter |
144 |
- * 1: success and exepect no more parameters |
|
144 |
+ * 1: success and expect no more parameters |
|
145 | 145 |
*/ |
146 | 146 |
extern int parse_param(str *_s, pclass_t _c, param_hooks_t *_h, param_t *t); |
147 | 147 |
|