Index: subversion/subversion/bindings/swig/perl/t/3client.t =================================================================== --- subversion/subversion/bindings/swig/perl/t/3client.t (revision 9093) +++ subversion/subversion/bindings/swig/perl/t/3client.t (working copy) @@ -85,7 +85,7 @@ isa_ok($rph,'HASH','Returned hash reference form revprop_list'); is($rplrev,$current_rev,'Returned current rev from revprop_list'); is($rph->{'svn:author'},$username, - 'svn:author is exected user from revprop_list'); + 'svn:author is expected user from revprop_list'); if ($^O eq 'MSWin32') { # we skip the log change test on win32 so we have to test # for a different var here @@ -126,7 +126,7 @@ isa_ok($commit_item,'_p_svn_client_commit_item_t', 'commit_item element is a _p_svn_client_commit_item_t'); is($commit_item->path(),"$wcpath/dir1/new", - "commit_item has proper path for commited file"); + "commit_item has proper path for committed file"); is($commit_item->kind(),$SVN::Node::file, "kind() shows the node as a file"); is($commit_item->url(),"$reposurl/dir1/new", @@ -302,7 +302,7 @@ undef, 'blame returns undef'); -ok(open(CAT, "+>$testpath/cattest"),'open file for cat ouput'); +ok(open(CAT, "+>$testpath/cattest"),'open file for cat output'); is($ctx->cat(\*CAT, "$reposurl/foo", 'HEAD'),undef, 'cat returns undef'); ok(seek(CAT,0,0), Index: subversion/subversion/bindings/swig/perl/Core.pm =================================================================== --- subversion/subversion/bindings/swig/perl/Core.pm (revision 9093) +++ subversion/subversion/bindings/swig/perl/Core.pm (working copy) @@ -62,7 +62,7 @@ =item SVN::Core::auth_open_helper([auth provider array); Prompt providers return two values instead of one. The -2nd paramaeter is a reference to whatever was passed into +2nd parameter is a reference to whatever was passed into them as the callback. auth_open_helper splits up these arguments, passing the provider objects into auth_open which gives it an auth_baton and putting the other @@ -509,7 +509,7 @@ $svn_error_t. This is short for: SVN::Error::strerror($svn_error_t-Eapr_err()); -=item SVN::Error::create($apr_err, $child, $messsage); +=item SVN::Error::create($apr_err, $child, $message); Returns a new svn_error_t object with the error status specified in $apr_err, the child as $child, and error message of $message. Index: subversion/subversion/bindings/swig/perl/Wc.pm =================================================================== --- subversion/subversion/bindings/swig/perl/Wc.pm (revision 9093) +++ subversion/subversion/bindings/swig/perl/Wc.pm (working copy) @@ -154,7 +154,7 @@ =item $wcent-Echecksum() Base-64 encoded checksum for the untranslated text base file, can be undef for -backwards compatability. +backwards compatibility. =item $wcent-Ecmt_rev() Index: subversion/subversion/bindings/swig/perl/Delta.pm =================================================================== --- subversion/subversion/bindings/swig/perl/Delta.pm (revision 9093) +++ subversion/subversion/bindings/swig/perl/Delta.pm (working copy) @@ -87,7 +87,7 @@ also optional. If you are subclassing, the methods take exactly the same arguments as -the member functions (note tht void ** are returned data though as +the member functions (note that void ** are returned data though as throughout the perl bindings), with the edit_baton omitted. =cut Index: subversion/subversion/bindings/swig/perl/Client.pm =================================================================== --- subversion/subversion/bindings/swig/perl/Client.pm (revision 9093) +++ subversion/subversion/bindings/swig/perl/Client.pm (working copy) @@ -116,7 +116,7 @@ '{}'. The date formats accepted are the same as the command line client accepts. -=item $recursive $nonrecusive. +=item $recursive $nonrecursive. A boolean parameter that specifies if the action should follow directories. It should only be 1 or 0. $recursive means, 1 means to descend into directories, @@ -146,7 +146,7 @@ KEY DEFAULT ---------- ---------------------------------------- - auth auth_baton intiated to provide the + auth auth_baton initiated to provide the provider that read cached authentication options from the subversion config only. @@ -314,7 +314,7 @@ of a versioned item in the repository. If $src_target is a URL, $src_revision is used to choose the revision from which to copy the $src_target. $dst_path must be a file or directory under version control, -or a repoistory URL, existant or not. +or a repository URL, existent or not. If $dst_target is a URL immediately attempt to commit the copy action to the repository. The log_msg callback will be called to query for a commit @@ -404,7 +404,7 @@ as necessary. If $path is a directory, the contents of that directory are imported -directly into the directory identifed by $url. Note that the directory +directly into the directory identified by $url. Note that the directory $path itself is not imported; that is, the basename of $path is not part of the import. @@ -445,7 +445,7 @@ Special case for repositories at revision 0: -If $start is 'HEAD' and $end is 1, then handle an emtpy (no revisions) +If $start is 'HEAD' and $end is 1, then handle an empty (no revisions) repository specially: instead of erroring because requested revision 1 when the highest revision is 0, just invoke $log_receiver on revision 0, passing undef to changed paths and empty strings for the author and date. @@ -464,7 +464,7 @@ on $date by $author. $author, $date or $message may be undef. If $changed_paths is defined it references a hash with the keys -every path commited in $revision; the values are svn_log_changed_path_t +every path committed in $revision; the values are svn_log_changed_path_t objects. =item $ctx-Els($target, $revision, $recursive, $pool); @@ -477,7 +477,7 @@ If $target is a file only return an entry for the file. -If $target is non-existant, raises the $SVN::Error::FS_NOT_FOUND +If $target is non-existent, raises the $SVN::Error::FS_NOT_FOUND error. =item $ctx-Emerge($src1, $rev1, $src2, $rev2, $target_wcpath, $recursive, $ignore_ancestry, $force, $dry_run, $pool); @@ -492,7 +492,7 @@ deletions when appropriate. $src1 and $src2 must both represent the same node kind; that is, if $src1 -is a direcotry, $src2 must also be, and if $src1 is a file, $src2 must also be. +is a directory, $src2 must also be, and if $src1 is a file, $src2 must also be. If either $rev1 or $rev2 is undef raises the $SVN::Error::CLIENT_BAD_REVISION error. @@ -505,7 +505,7 @@ to the editor as a deletion of one thing and the addition of another, but if this flag is true, unrelated items will be diffed as if they were related. -If $force is not set and the merge involves deleting locally modifed or +If $force is not set and the merge involves deleting locally modified or unversioned items the operation will raise an error. If $force is set such items will be deleted. @@ -541,7 +541,7 @@ If $src_path is a repository URL: -* $dst_path must also be a repository URL (existant or not). +* $dst_path must also be a repository URL (existent or not). * $src_revision is used to choose the revision from which to copy the $src_path. @@ -553,12 +553,12 @@ If $src_path is a working copy path -* $dst_path must also be a working copy path (existant or not). +* $dst_path must also be a working copy path (existent or not). * $src_revision is ignored and may be undef. The log_msg callback will not be called. -* This is a sceduling operation. No changes will happen to the repository +* This is a scheduling operation. No changes will happen to the repository until a commit occurs. This scheduling can be removed with $ctx-Erevert(). If $src_path is a file it is removed from the working copy immediately. If $src_path is a directory it will remain in the working copy but all @@ -631,9 +631,9 @@ If $path's conflict state is removed call the notify callback with the $path. -=item $ctx-Erevert($paths, $resursive, $pool); +=item $ctx-Erevert($paths, $recursive, $pool); -Restore the pristine version of a working copy $paths, efficentively undoing +Restore the pristine version of a working copy $paths, effectively undoing any local mods. For each path in $paths, if it is a directory and $recursive @@ -758,10 +758,10 @@ Return the repository uuid for working-copy $path, allocated in $pool. Use $adm_access to retrieve the uuid from $path's entry; if not present in the -entry, then call $ctx-Euuid_from_uril() to retrieve, using the entry's URL. +entry, then call $ctx-Euuid_from_url() to retrieve, using the entry's URL. Note: The only reason this function falls back on $ctx-Euuid_from_url is for -compatability purposes. Old working copies may not have uuids in the entries +compatibility purposes. Old working copies may not have uuids in the entries files. Note: This method probably doesn't work right now without a lot of pain, @@ -821,7 +821,7 @@ if (ref($_[$#_]) eq '_p_apr_pool_t') { - # if we got a pool pased to us we need to + # if we got a pool passed to us we need to # leave it off until we add the ctx first # so we push only the first arg to the next # to last arg. @@ -854,7 +854,7 @@ The following attribute methods are provided that allow you to set various configuration or retrieve it. They all take value(s) to set the attribute and -return the new value of the attribute or no paremeters which returns the +return the new value of the attribute or no parameters which returns the current value. =over 4 @@ -909,7 +909,7 @@ is made to the working copy. The return value of this function is ignored. It's only purpose is to notify you of the change. -The subroutine will receive 6 parameters. The first paramater will be the path +The subroutine will receive 6 parameters. The first parameter will be the path of the changed file (absolute or relative to the cwd). The second is an integer specifying the type of action taken. See L for a list of the possible actions values and what they mean. The 3rd is an integer specifying @@ -917,7 +917,7 @@ $SVN::Node::dir, $SVN::Node::unknown. The fourth parameter is the mime-type of the file or undef if the mime-type is unknown, it will always be undef for directories. The 5th parameter is the state of the file, again see L -for a list of the possible states. The 6th and final paramter is the numeric +for a list of the possible states. The 6th and final parameter is the numeric revision number of the changed file. The revision number will be -1 except when the action is $SVN::Wc::Notify::Action::update_completed. @@ -1118,7 +1118,7 @@ Returns a server trust provider that prompts the user via a callback. Takes one or two parameters the callback subroutine and optionally a pool parameter. The subroutine gets called with the following parameters. A -svn_auth_cred_ssl_server_trust_t object, a realm string, an integer specifiying +svn_auth_cred_ssl_server_trust_t object, a realm string, an integer specifying how the certificate failed authentication, a svn_auth_ssl_server_cert_info_t object, may_save, and a pool. The svn_auth_cred_ssl_server_trust_t object has the following members: may_save and accepted_failures. The @@ -1154,9 +1154,9 @@ =item SVN::Client::get_ssl_cert_pw_file_provider -Returns a client certificate password provider that returns infromation from +Returns a client certificate password provider that returns information from previously cached sessions. Takes no parameters or optionally a pool -paramater. +parameter. =item SVN::Client::get_ssl_cert_pw_prompt_provider @@ -1239,7 +1239,7 @@ =item $cinfo-Erevision() -Just commited revision. +Just committed revision. =item $cinfo-Edate() Index: subversion/subversion/bindings/swig/perl/Ra.pm =================================================================== --- subversion/subversion/bindings/swig/perl/Ra.pm (revision 9093) +++ subversion/subversion/bindings/swig/perl/Ra.pm (working copy) @@ -3,7 +3,7 @@ =head1 NAME -SVN::Ra - Subversion remote acess functions +SVN::Ra - Subversion remote access functions =head1 SYNOPSIS @@ -31,7 +31,7 @@ =item auth -An auth_baton could be given to the SVN::RA object. Deafult to a +An auth_baton could be given to the SVN::RA object. Default to a auth_provider with a username_provider. See L for how to create auth_baton. Index: subversion/subversion/bindings/com/SVN.cpp =================================================================== --- subversion/subversion/bindings/com/SVN.cpp (revision 9093) +++ subversion/subversion/bindings/com/SVN.cpp (working copy) @@ -125,7 +125,7 @@ free(_pszNotification_Dir); } - // Setup new direcotry + // Setup new directory psz = W2A(bstrDir); _pszNotification_Dir = (char *)malloc(strlen(psz) + 1); strcpy(_pszNotification_Dir, psz);