Typo: occured -> occurred
[babeltrace.git] / src / argpar / argpar.c
index b8b7c6307d82ead3741bffe4bfc003282981aee3..ad56838fad853f15629a06f25dcec82b91d07d85 100644 (file)
@@ -604,7 +604,7 @@ struct argpar_parse_ret argpar_parse(unsigned int argc,
        goto end;
 
 error:
-       /* That's how we indicate that an error occured */
+       /* That's how we indicate that an error occurred */
        destroy_item_array(parse_ret.items);
        parse_ret.items = NULL;
 
This page took 0.022624 seconds and 4 git commands to generate.