From dab2d220493b27df038524474382e2c9c4ebf5a8 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 16 Mar 2014 00:51:18 +0000 Subject: [PATCH] Fix typo in code comment --- stub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub.sh b/stub.sh index f96dd52..fb655a6 100644 --- a/stub.sh +++ b/stub.sh @@ -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.