Typo on Gnucash web page

Paul audio1953 at gmail.com
Mon Oct 14 04:13:21 EDT 2013


I found a small, inconspicuous typographical error while trying to download
the source files from git.

The typo is on the www.gnucash.org website under "Getting GnuCash". It says:

    Or with git:
    git clone git://github.com/GnuCash/gnucash.git

Notice the word "GnuCash" with a capital "C" - it should be a lower case
"c".

When I copied and pasted into a terminal from the web page -

    paul at OptiPlex-GX260:~/devel/gnucash$ git clone git://
github.com/GnuCash/gnucash.git
    Cloning into 'gnucash'...
    fatal: remote error:
    Repository not found.

whereas -

    paul at OptiPlex-GX260:~/devel/gnucash$ git clone git://
github.com/Gnucash/gnucash.git
    Cloning into 'gnucash'...
    remote: Counting objects: 167968, done.
    remote: Compressing objects: 100% (28310/28310), done.
    remote: Total 167968 (delta 140001), reused 166942 (delta 139005)
    Receiving objects: 100% (167968/167968), 114.13 MiB | 240 KiB/s, done.
    Resolving deltas: 100% (140001/140001), done.
    paul at OptiPlex-GX260:~/devel/gnucash$

"Working on mysteries without any clues..." - Bob Segar

Probst!
Paul


More information about the gnucash-devel mailing list