summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 0f2b01640d..540b7233f3 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -6870,7 +6870,7 @@ it successfully deleted. On failure, it returns false and sets C<$!>
unlink glob "*.bak";
On error, C<unlink> will not tell you which files it could not remove.
-If you care about the files you could not remove, try them one
+If you want to know which files you could not remove, try them one
at a time:
foreach my $file ( @goners ) {