Merge pull request #5321 from maya-rv/patch-1

Fix typo
This commit is contained in:
Salvatore Sanfilippo 2018-09-04 12:58:04 +02:00 committed by GitHub
commit e4298d11e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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:"