aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_button_exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_button_exec.c')
-rw-r--r--plugin_button_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_button_exec.c b/plugin_button_exec.c
index 118ab11..7685841 100644
--- a/plugin_button_exec.c
+++ b/plugin_button_exec.c
@@ -85,7 +85,7 @@ static void my_button_exec(RESULT * result, int argc, RESULT * argv[])
info(strerror(errsv));
exit(0);
} else if (pid == -1) {
- info("weird error has occured. couldn't fork.");
+ info("weird error has occurred. couldn't fork.");
} else {
SetResult(&result, R_STRING, "0");
}