[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] trivial typo patch for HACKING

From: Michael W Thelen <thelenm_at_cs.utah.edu>
Date: 2004-03-30 19:55:17 CEST

Hi all,

Here's a pretty trivial patch for the HACKING doc that fixes a typo. Also, I
don't know if whitespace changes are accepted, but the patch changes a tab
used as indentation in the doc (right after the section on using spaces to
indent code :-)

Thanks, by the way, for all the great documentation. I hope to be able to
help out, and I have no excuses since you all make it easy to get started!

-- Mike

Index: HACKING
===================================================================
--- HACKING (revision 9233)
+++ HACKING (working copy)
@@ -464,7 +464,7 @@
            (if (string-match (concat svntree-path "doc/book") buffer-file-name)
                (load (concat svntree-path "doc/book/tools/svnbook"))
              (if (string-match svntree-path buffer-file-name)
- (load (concat svntree-path "tools/dev/svn-dev")))))
+ (load (concat svntree-path "tools/dev/svn-dev")))))
   
          (add-hook 'find-file-hooks 'my-find-file-hook)
          ;;; End Subversion development section
@@ -1474,7 +1474,7 @@
    version 1.3.7 (beta 3)
    version 1.3.7
 
-When you 'make install' subvesion-1.3.7-beta1, it still installs as
+When you 'make install' subversion-1.3.7-beta1, it still installs as
 though it were "1.3.7", of course. The beta modifier is metadata on
 the release; we want each subsequent beta release to overwrite the
 previous one, and the stable release to overwrite the last beta.

-- 
Michael W. Thelen
The word 'politics' is derived from the word 'poly', meaning 'many', and the
word 'ticks', meaning 'blood sucking parasites'.
                -- Larry Hardiman

  • application/pgp-signature attachment: stored
Received on Tue Mar 30 19:56:28 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.