summaryrefslogtreecommitdiff
path: root/tests/test_helper.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_helper.tcl')
-rw-r--r--tests/test_helper.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_helper.tcl b/tests/test_helper.tcl
index 78b979469..9d975cfb7 100644
--- a/tests/test_helper.tcl
+++ b/tests/test_helper.tcl
@@ -1,5 +1,5 @@
# Redis test suite. Copyright (C) 2009 Salvatore Sanfilippo antirez@gmail.com
-# This softare is released under the BSD License. See the COPYING file for
+# This software is released under the BSD License. See the COPYING file for
# more information.
package require Tcl 8.5
@@ -306,7 +306,7 @@ proc signal_idle_client fd {
}
}
-# The the_end funciton gets called when all the test units were already
+# The the_end function gets called when all the test units were already
# executed, so the test finished.
proc the_end {} {
# TODO: print the status, exit with the rigth exit code.