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 2013/07/08 21:40:29 UTC

svn commit: r1500904 - /subversion/trunk/subversion/bindings/swig/perl/native/Client.pm

Author: breser
Date: Mon Jul  8 19:40:29 2013
New Revision: 1500904

URL: http://svn.apache.org/r1500904
Log:
swig-pl: Fix typo introduced in r1490721.

* subversion/bindings/swig/perl/native/Client.pm
  ($revision): s/alos/also/

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

Modified: subversion/trunk/subversion/bindings/swig/perl/native/Client.pm
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/bindings/swig/perl/native/Client.pm?rev=1500904&r1=1500903&r2=1500904&view=diff
==============================================================================
--- subversion/trunk/subversion/bindings/swig/perl/native/Client.pm (original)
+++ subversion/trunk/subversion/bindings/swig/perl/native/Client.pm Mon Jul  8 19:40:29 2013
@@ -138,7 +138,7 @@ keywords) 'HEAD', 'BASE', 'COMMITTED', a
 meanings as in the command line client.  When referencing a working copy
 you can use the string 'WORKING" to reference the BASE plus any local
 modifications.  C<undef> may be used to specify an unspecified revision.
-You may alos pass a date by specifying the date inside curly braces
+You may also pass a date by specifying the date inside curly braces
 '{}'.  The date formats accepted are the same as the command line client
 accepts. Finally a C<_p_svn_opt_revision_t> object is accepted
 (which may have been returned by some Subversion function).