summaryrefslogtreecommitdiffstats
path: root/src/include/report/run_event.h
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2011-02-22 18:17:13 +0100
commit72a31a2a391e6c37255ed08b3bdbf1c38f20d753 (patch)
tree98735c35fec0e9a3afafa721196054644cdcb404 /src/include/report/run_event.h
parent6706eab0e92f9efde29a00b03e5cff2aa496dcf2 (diff)
downloadabrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.gz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.tar.xz
abrt-72a31a2a391e6c37255ed08b3bdbf1c38f20d753.zip
gui-wizard-gtk: add forward_page_func which skips analyze step when it is missing
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/include/report/run_event.h')
-rw-r--r--src/include/report/run_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h
index 8730eea8..3fd3d7d1 100644
--- a/src/include/report/run_event.h
+++ b/src/include/report/run_event.h
@@ -61,7 +61,7 @@ void free_commands(struct run_event_state *state);
/* Syncronous command execution */
-/* Returns exitcode of first failed action, or first nonzero return value
+/* Returns exit code of first failed action, or first nonzero return value
* of post_run_callback. If all actions are successful, returns 0.
*/
int run_event_on_dir_name(struct run_event_state *state, const char *dump_dir_name, const char *event);