You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/12/02 15:57:14 UTC

svn commit: r1416185 - /subversion/trunk/subversion/bindings/swig/perl/native/Base.pm

Author: breser
Date: Sun Dec  2 14:57:14 2012
New Revision: 1416185

URL: http://svn.apache.org/viewvc?rev=1416185&view=rev
Log:
Fix a typo.

* subversion/bindings/swig/perl/native/Base.pm
  (pod): spell certain properly.

Modified:
    subversion/trunk/subversion/bindings/swig/perl/native/Base.pm

Modified: subversion/trunk/subversion/bindings/swig/perl/native/Base.pm
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Base.pm?rev=1416185&r1=1416184&r2=1416185&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/native/Base.pm (original)
+++ subversion/trunk/subversion/bindings/swig/perl/native/Base.pm Sun Dec  2 14:57:14 2012
@@ -40,7 +40,7 @@ with prefix trimmed in the namespace of 
 
 The 3rd through the last parameter is a list of symbol endings that
 you wish for SVN::Base not to import into your namespace.  This is useful
-for cases where you may want to import certaion symbols differently than
+for cases where you may want to import certain symbols differently than
 normally.
 
 =head1 CAVEATS