From 2caf22182278f155efc2cea63a6c07ffc1998942 Mon Sep 17 00:00:00 2001 From: John Trammell Date: Mon, 8 Nov 2010 09:54:25 -0600 Subject: [PATCH] "it's" means "it is"; "its" is possessive --- TODO | 2 +- lib/Smolder.pm | 4 ++-- lib/Smolder/DB/SmokeReport.pm | 2 +- lib/Smolder/Manual.pm | 2 +- t/db-smoke_test.t | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index b8c46dc..54bf9a4 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ TODO tasks for Smolder + Add screenshots to POD -+ Seems that when a report is deleted the directory structure of it's data is still there. We need to do a better job of cleaning up. ++ Seems that when a report is deleted the directory structure of its data is still there. We need to do a better job of cleaning up. + Add support for dev releases to CPAN diff --git a/lib/Smolder.pm b/lib/Smolder.pm index 5ef0b2d..15540e9 100644 --- a/lib/Smolder.pm +++ b/lib/Smolder.pm @@ -29,12 +29,12 @@ Please see L for how to use it. =item * Self contained web application -Smolder has it's own built-in HTTP server (Net::Server) and database (SQLite). +Smolder has its own built-in HTTP server (Net::Server) and database (SQLite). =item * Standard Format Smolder uses L and TAP Archives -as it's reporting format. See L for more details. +as its reporting format. See L for more details. =item * Multiple Notification Channels diff --git a/lib/Smolder/DB/SmokeReport.pm b/lib/Smolder/DB/SmokeReport.pm index 02b9879..b182bae 100644 --- a/lib/Smolder/DB/SmokeReport.pm +++ b/lib/Smolder/DB/SmokeReport.pm @@ -421,7 +421,7 @@ sub upload_report { # send an email to all the user's who want this report $report->_send_emails($results); - # move the tmp file to it's real destination + # move the tmp file to its real destination my $dest = $report->file; my $out_fh; if ($file =~ /\.gz$/ or $file =~ /\.zip$/) { diff --git a/lib/Smolder/Manual.pm b/lib/Smolder/Manual.pm index c7d425b..29b21b2 100644 --- a/lib/Smolder/Manual.pm +++ b/lib/Smolder/Manual.pm @@ -85,7 +85,7 @@ seconds (seconds since 01/01/1970). =item * stop_time -The time the test suite finished it's run. This time is given in epoch +The time the test suite finished its run. This time is given in epoch seconds (seconds since 01/01/1970). =back diff --git a/t/db-smoke_test.t b/t/db-smoke_test.t index ca2e57f..aab6b80 100644 --- a/t/db-smoke_test.t +++ b/t/db-smoke_test.t @@ -74,7 +74,7 @@ is(ref $html, 'SCALAR'); contains_string($$html, 'test_files - 1)) { ok(-e catfile($report->data_dir, 'html', "$_.html"), "Test $_ has HTML file"); }