Unverified Commit 22796522 authored by maya-rv's avatar maya-rv Committed by GitHub
Browse files

Fix typo

parent 6c001bfc
...@@ -4,7 +4,7 @@ set ::valgrind_errors {} ...@@ -4,7 +4,7 @@ set ::valgrind_errors {}
proc start_server_error {config_file error} { proc start_server_error {config_file error} {
set err {} set err {}
append err "Cant' start the Redis server\n" append err "Can't start the Redis server\n"
append err "CONFIGURATION:" append err "CONFIGURATION:"
append err [exec cat $config_file] append err [exec cat $config_file]
append err "\nERROR:" append err "\nERROR:"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment