In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/28f6df06be723914dc766be45e49f66ef35d783c?hp=f20d3573d2b85919f9c92e63c7c3798095e6a73a>

- Log -----------------------------------------------------------------
commit 28f6df06be723914dc766be45e49f66ef35d783c
Author: Father Chrysostomos <[email protected]>
Date:   Fri Feb 6 12:42:34 2015 -0800

    perlvar typo
-----------------------------------------------------------------------

Summary of changes:
 pod/perlvar.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 1ecc991..e14d844 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -2301,7 +2301,7 @@ object, which allows more flexible string comparisons.
 The main advantage of C<$]> over C<$^V> is that it works the same on any
 version of Perl.  The disadvantages are that it can't easily be compared
 to versions in other formats (e.g. literal v-strings, "v1.2.3" or
-version objects) and numeric comparisons can occsionally fail; it's good
+version objects) and numeric comparisons can occasionally fail; it's good
 for string literal version checks and bad for comparing to a variable
 that hasn't been sanity-checked.
 

--
Perl5 Master Repository

Reply via email to