From ebcaaa39d45ae969948eaf6f2f92d89398649700 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Wed, 1 Jan 2014 12:58:05 -0700 Subject: [PATCH] t/test.pl: Reword comment There was a typo in this comment, but looking at it closely made me realize that I didn't really understand it. This clarifies it. --- t/test.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/test.pl b/t/test.pl index fcab07a..90963da 100644 --- a/t/test.pl +++ b/t/test.pl @@ -968,7 +968,8 @@ sub fresh_perl_like { # Many tests use the same format in __DATA__ or external files to specify a # sequence of (fresh) tests to run, extra files they may temporarily need, and -# what the expected output is. So have excatly one copy of the code to run that +# what the expected output is. Putting it here allows common code to serve +# these multiple tests. # # Each program is source code to run followed by an "EXPECT" line, followed # by the expected output. -- 2.7.4