diff --git a/apps/app_dial.c b/apps/app_dial.c
index 58b0fae01c7b4dab93c690eeed835cbff79a7305..b320075cf7b787068de928a8d0d72b700f1164d3 100755
--- a/apps/app_dial.c
+++ b/apps/app_dial.c
@@ -782,7 +782,7 @@ static int dial_exec(struct ast_channel *chan, void *data)
 		if (chan->cdr)
 			ast_cdr_setdestchan(chan->cdr, tmp->chan->name);
 
-		/* check the restuls of ast_call */
+		/* check the results of ast_call */
 		if (res) {
 			/* Again, keep going even if there's an error */
 			if (option_debug)