summaryrefslogtreecommitdiffstats
path: root/src/statement.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statement.c')
-rw-r--r--src/statement.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statement.c b/src/statement.c
index 83abfeac..d72c6e9b 100644
--- a/src/statement.c
+++ b/src/statement.c
@@ -354,7 +354,7 @@ static void redir_stmt_print(const struct stmt *stmt)
printf("redirect");
if (stmt->redir.proto) {
- printf(" :");
+ printf(" to ");
expr_print(stmt->redir.proto);
}