aboutsummaryrefslogtreecommitdiff
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.c b/src/config.c
index a2c1cc45..7461d7d9 100644
--- a/src/config.c
+++ b/src/config.c
@@ -510,7 +510,7 @@ static int ssh_config_parse_line(ssh_session session, const char *line,
}
ssh_set_error(session, SSH_FATAL,
- "line %d: ERROR - Match all can not be combined with "
+ "line %d: ERROR - Match all cannot be combined with "
"other Match attributes", count);
SAFE_FREE(x);
return -1;