diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 14:53:55 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-19 14:53:55 +0200 |
commit | 1ba9867e7ae2f517e47edd67d7d41e48b6f55e5c (patch) | |
tree | 5890fb718d663adf3776f35742f5fe7d303f0b17 /selftest/output | |
parent | 0b3cf400db35018000ceb84cdc20b55bc6c77aa3 (diff) | |
download | samba-1ba9867e7ae2f517e47edd67d7d41e48b6f55e5c.tar.gz |
Fix typo.
Diffstat (limited to 'selftest/output')
-rw-r--r-- | selftest/output/plain.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/output/plain.pm b/selftest/output/plain.pm index 4e1e2905345..82a73ab9324 100644 --- a/selftest/output/plain.pm +++ b/selftest/output/plain.pm @@ -188,7 +188,7 @@ sub summary($) } close(SUMMARY); - print "\nA summary with detailed informations can be found in:\n $self->{summaryfile}\n"; + print "\nA summary with detailed information can be found in:\n $self->{summaryfile}\n"; if ($#{$self->{suitesfailed}} == -1) { my $ok = $self->{statistics}->{TESTS_EXPECTED_OK} + |