From b3ad2fb990b193906c3243673ac15b056eb148dc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 17 May 2011 15:51:53 +0200 Subject: smart_event.conf: suppress stray output of "which" command Also, fix some typos in comments Signed-off-by: Denys Vlasenko --- src/include/report/run_event.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h index 8bd86543..12528920 100644 --- a/src/include/report/run_event.h +++ b/src/include/report/run_event.h @@ -48,7 +48,7 @@ struct run_event_state { struct run_event_state *new_run_event_state(void); void free_run_event_state(struct run_event_state *state); -/* Asyncronous command execution */ +/* Asynchronous command execution */ /* Returns 0 if no commands found for this dump_dir_name+event, else >0 */ int prepare_commands(struct run_event_state *state, const char *dump_dir_name, const char *event); @@ -59,7 +59,7 @@ int spawn_next_command(struct run_event_state *state, const char *dump_dir_name, /* Cleans up internal state created in prepare_commands */ void free_commands(struct run_event_state *state); -/* Syncronous command execution */ +/* Synchronous command execution */ /* Returns exit code of first failed action, or first nonzero return value * of post_run_callback. If all actions are successful, returns 0. -- cgit