Author: julianfoad
Date: Fri Dec 8 11:20:25 2017
New Revision: 1817483
URL: http://svn.apache.org/viewvc?rev=1817483&view=rev
Log:
* tools/client-side/bash_completion: Fix spelling in comments.
Modified:
subversion/trunk/tools/client-side/bash_completion
Modified: subversion/trunk/tools/client-side/bash_completion
URL:
http://svn.apache.org/viewvc/subversion/trunk/tools/client-side/bash_completion?rev=1817483&r1=1817482&r2=1817483&view=diff
==============================================================================
--- subversion/trunk/tools/client-side/bash_completion (original)
+++ subversion/trunk/tools/client-side/bash_completion Fri Dec 8 11:20:25 2017
@@ -128,7 +128,7 @@ function _svn_complete_target() {
COMPREPLY=( $(compgen -d -S '/' -X '*/.*' -- $cur ) )
return
elif [[ ( $1 == "all" && $cur == ^/* ) || ( "$colon" == ":" && $cur ==
//*/* ) ]]
- then # we already hava a protocoll and host: autocomplete for svn ls
^/bla | svn ls remote_url | svn checkout remote_url
+ then # we already have a protocol and host: autocomplete for svn ls
^/bla | svn ls remote_url | svn checkout remote_url
local p
if [ "$colon" == ":" ] ; then
p="$prefix$colon"
@@ -446,7 +446,7 @@ _svn()
# then we have an argument
if [[ $cmd = 'merge' && ! $URL ]] ; then
- # fist argument is the source URL for the merge
+ # first argument is the source URL for the merge
URL=$opt
fi