<div dir="ltr">Applied.<div>Thanks.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Aug 26, 2014 at 6:17 PM, Ferenc Wágner <span dir="ltr"><<a href="mailto:wferi@niif.hu" target="_blank">wferi@niif.hu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Signed-off-by: Ferenc Wágner <<a href="mailto:wferi@niif.hu">wferi@niif.hu</a>><br>
---<br>
 libmultipath/callout.c |    2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/libmultipath/callout.c b/libmultipath/callout.c<br>
index c35c7c0..4cbbd06 100644<br>
--- a/libmultipath/callout.c<br>
+++ b/libmultipath/callout.c<br>
@@ -125,7 +125,7 @@ int execute_program(char *path, char *value, int len)<br>
                        if (status == 0)<br>
                                retval = 0;<br>
                        else<br>
-                               condlog(0, "%s exitted with %d", argv[0], status);<br>
+                               condlog(0, "%s exited with %d", argv[0], status);<br>
                }<br>
                else if (WIFSIGNALED(status))<br>
                        condlog(0, "%s was terminated by signal %d", argv[0], WTERMSIG(status));<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.7.10.4<br>
<br>
</font></span></blockquote></div><br></div>