Fix typo in code comment

This commit is contained in:
2014-03-16 00:51:18 +00:00
parent 035ee5f4e9
commit dab2d22049

View File

@@ -49,7 +49,7 @@ stub_and_echo() {
}
# Stub given command, and executes given string with eval.
# Stub given command, and execute given string with eval.
#
# Arguments:
# - $1: Name of command to stub.