Skip to content

Commit

Permalink
Merge pull request redis#5321 from maya-rv/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
antirez authored Sep 4, 2018
2 parents d60c17c + 2279652 commit e4298d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/support/server.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set ::valgrind_errors {}

proc start_server_error {config_file error} {
set err {}
append err "Cant' start the Redis server\n"
append err "Can't start the Redis server\n"
append err "CONFIGURATION:"
append err [exec cat $config_file]
append err "\nERROR:"
Expand Down

0 comments on commit e4298d1

Please sign in to comment.