Fossil SCM
(Typos) src/db.c changes.
Commit
46ec93b6d26a16ea9714af30c5a304ca0967d06799325193b875aa4fe42928b7
Parent
59d97d2859aa2dd…
1 file changed
+3
-3
M
src/db.c
+3
-3
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4080,11 +4080,11 @@ | ||
| 4080 | 4080 | ** specified then that version is checked out. Otherwise the most recent |
| 4081 | 4081 | ** check-in on the main branch (usually "trunk") is used. |
| 4082 | 4082 | ** |
| 4083 | 4083 | ** REPOSITORY can be the filename for a repository that already exists on the |
| 4084 | 4084 | ** local machine or it can be a URI for a remote repository. If REPOSITORY |
| 4085 | -** is a URI in one of the formats recognized by the [[clone]] command, then | |
| 4085 | +** is a URI in one of the formats recognized by the [[clone]] command, the | |
| 4086 | 4086 | ** remote repo is first cloned, then the clone is opened. The clone will be |
| 4087 | 4087 | ** stored in the current directory, or in DIR if the "--repodir DIR" option |
| 4088 | 4088 | ** is used. The name of the clone will be taken from the last term of the URI. |
| 4089 | 4089 | ** For "http:" and "https:" URIs, you can append an extra term to the end of |
| 4090 | 4090 | ** the URI to get any repository name you like. For example: |
| @@ -5362,11 +5362,11 @@ | ||
| 5362 | 5362 | } |
| 5363 | 5363 | |
| 5364 | 5364 | /* |
| 5365 | 5365 | ** Compute a "fingerprint" on the repository. A fingerprint is used |
| 5366 | 5366 | ** to verify that that the repository has not been replaced by a clone |
| 5367 | -** of the same repository. More precisely, a fingerprint are used to | |
| 5367 | +** of the same repository. More precisely, a fingerprint is used to | |
| 5368 | 5368 | ** verify that the mapping between SHA3 hashes and RID values is unchanged. |
| 5369 | 5369 | ** |
| 5370 | 5370 | ** The check-out database ("localdb") stores RID values. When associating |
| 5371 | 5371 | ** a check-out database against a repository database, it is useful to verify |
| 5372 | 5372 | ** the fingerprint so that we know tha the RID values in the check-out |
| @@ -5427,11 +5427,11 @@ | ||
| 5427 | 5427 | ** COMMAND: test-fingerprint |
| 5428 | 5428 | ** |
| 5429 | 5429 | ** Usage: %fossil test-fingerprint ?RCVID? |
| 5430 | 5430 | ** |
| 5431 | 5431 | ** Display the repository fingerprint using the supplied RCVID or |
| 5432 | -** using the latest RCVID if not is given on the command line. | |
| 5432 | +** using the latest RCVID if none is given on the command line. | |
| 5433 | 5433 | ** Show both the legacy and the newer version of the fingerprint, |
| 5434 | 5434 | ** and the currently stored fingerprint if there is one. |
| 5435 | 5435 | */ |
| 5436 | 5436 | void test_fingerprint(void){ |
| 5437 | 5437 | int rcvid = 0; |
| 5438 | 5438 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4080,11 +4080,11 @@ | |
| 4080 | ** specified then that version is checked out. Otherwise the most recent |
| 4081 | ** check-in on the main branch (usually "trunk") is used. |
| 4082 | ** |
| 4083 | ** REPOSITORY can be the filename for a repository that already exists on the |
| 4084 | ** local machine or it can be a URI for a remote repository. If REPOSITORY |
| 4085 | ** is a URI in one of the formats recognized by the [[clone]] command, then |
| 4086 | ** remote repo is first cloned, then the clone is opened. The clone will be |
| 4087 | ** stored in the current directory, or in DIR if the "--repodir DIR" option |
| 4088 | ** is used. The name of the clone will be taken from the last term of the URI. |
| 4089 | ** For "http:" and "https:" URIs, you can append an extra term to the end of |
| 4090 | ** the URI to get any repository name you like. For example: |
| @@ -5362,11 +5362,11 @@ | |
| 5362 | } |
| 5363 | |
| 5364 | /* |
| 5365 | ** Compute a "fingerprint" on the repository. A fingerprint is used |
| 5366 | ** to verify that that the repository has not been replaced by a clone |
| 5367 | ** of the same repository. More precisely, a fingerprint are used to |
| 5368 | ** verify that the mapping between SHA3 hashes and RID values is unchanged. |
| 5369 | ** |
| 5370 | ** The check-out database ("localdb") stores RID values. When associating |
| 5371 | ** a check-out database against a repository database, it is useful to verify |
| 5372 | ** the fingerprint so that we know tha the RID values in the check-out |
| @@ -5427,11 +5427,11 @@ | |
| 5427 | ** COMMAND: test-fingerprint |
| 5428 | ** |
| 5429 | ** Usage: %fossil test-fingerprint ?RCVID? |
| 5430 | ** |
| 5431 | ** Display the repository fingerprint using the supplied RCVID or |
| 5432 | ** using the latest RCVID if not is given on the command line. |
| 5433 | ** Show both the legacy and the newer version of the fingerprint, |
| 5434 | ** and the currently stored fingerprint if there is one. |
| 5435 | */ |
| 5436 | void test_fingerprint(void){ |
| 5437 | int rcvid = 0; |
| 5438 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4080,11 +4080,11 @@ | |
| 4080 | ** specified then that version is checked out. Otherwise the most recent |
| 4081 | ** check-in on the main branch (usually "trunk") is used. |
| 4082 | ** |
| 4083 | ** REPOSITORY can be the filename for a repository that already exists on the |
| 4084 | ** local machine or it can be a URI for a remote repository. If REPOSITORY |
| 4085 | ** is a URI in one of the formats recognized by the [[clone]] command, the |
| 4086 | ** remote repo is first cloned, then the clone is opened. The clone will be |
| 4087 | ** stored in the current directory, or in DIR if the "--repodir DIR" option |
| 4088 | ** is used. The name of the clone will be taken from the last term of the URI. |
| 4089 | ** For "http:" and "https:" URIs, you can append an extra term to the end of |
| 4090 | ** the URI to get any repository name you like. For example: |
| @@ -5362,11 +5362,11 @@ | |
| 5362 | } |
| 5363 | |
| 5364 | /* |
| 5365 | ** Compute a "fingerprint" on the repository. A fingerprint is used |
| 5366 | ** to verify that that the repository has not been replaced by a clone |
| 5367 | ** of the same repository. More precisely, a fingerprint is used to |
| 5368 | ** verify that the mapping between SHA3 hashes and RID values is unchanged. |
| 5369 | ** |
| 5370 | ** The check-out database ("localdb") stores RID values. When associating |
| 5371 | ** a check-out database against a repository database, it is useful to verify |
| 5372 | ** the fingerprint so that we know tha the RID values in the check-out |
| @@ -5427,11 +5427,11 @@ | |
| 5427 | ** COMMAND: test-fingerprint |
| 5428 | ** |
| 5429 | ** Usage: %fossil test-fingerprint ?RCVID? |
| 5430 | ** |
| 5431 | ** Display the repository fingerprint using the supplied RCVID or |
| 5432 | ** using the latest RCVID if none is given on the command line. |
| 5433 | ** Show both the legacy and the newer version of the fingerprint, |
| 5434 | ** and the currently stored fingerprint if there is one. |
| 5435 | */ |
| 5436 | void test_fingerprint(void){ |
| 5437 | int rcvid = 0; |
| 5438 |