Git commit 38895739c5b829f5d39616f62dc1f4399096ccd7 by Steve Allewell. Committed on 05/03/2017 at 10:46. Pushed by sallewell into branch 'master'.
Fix typo: recoursive => recursive GUI: recoursive => recursive M +1 -1 src/settings/diffmergesettings.ui https://commits.kde.org/kdesvn/38895739c5b829f5d39616f62dc1f4399096ccd7 diff --git a/src/settings/diffmergesettings.ui b/src/settings/diffmergesettings.ui index 10958d69..7506f903 100644 --- a/src/settings/diffmergesettings.ui +++ b/src/settings/diffmergesettings.ui @@ -187,7 +187,7 @@ or If one between the first or the second form is used, svn itself generates the diff. %f will be replaced with a temporary filename. If %f is not given, the diff-display should be able to read data from stdin. <br> -When %s1 and %s2 are given, kdesvn lets this display make the diff. For that it makes a temporary export or get (if needed) and fills out the parameters with the right values. %s1 will be filled with the content of the initial revision, %s2 with the final revision. On large recoursive diffs this may get really slow. +When %s1 and %s2 are given, kdesvn lets this display make the diff. For that it makes a temporary export or get (if needed) and fills out the parameters with the right values. %s1 will be filled with the content of the initial revision, %s2 with the final revision. On large recursive diffs this may get really slow. </p></string> </property> </widget>
