A space should follow a comma, not precede one.

Signed-off-by: Zachary T Welch <[email protected]>
---
 testsuite/lib/ltrace.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/testsuite/lib/ltrace.exp b/testsuite/lib/ltrace.exp
index d63b732..eb7c960 100644
--- a/testsuite/lib/ltrace.exp
+++ b/testsuite/lib/ltrace.exp
@@ -274,6 +274,6 @@ proc ltrace_verify_output { file_to_search pattern 
{instance_no 0} {grep_command
        } elseif { $output >= $instance_no } then {
                pass "$pattern in $file_to_search for $output times"
        } else {
-               fail "$pattern in $file_to_search for $output times ,should be 
$instance_no"
+               fail "$pattern in $file_to_search for $output times, should be 
$instance_no"
        }
 }
-- 
1.7.2.2


_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/ltrace-devel

Reply via email to