Fossil SCM

(Typos) src/db.c changes.

brickviking 2024-11-11 12:27 bv-corrections01
Commit 46ec93b6d26a16ea9714af30c5a304ca0967d06799325193b875aa4fe42928b7
1 file changed +3 -3
+3 -3
--- src/db.c
+++ src/db.c
@@ -4080,11 +4080,11 @@
40804080
** specified then that version is checked out. Otherwise the most recent
40814081
** check-in on the main branch (usually "trunk") is used.
40824082
**
40834083
** REPOSITORY can be the filename for a repository that already exists on the
40844084
** 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
40864086
** remote repo is first cloned, then the clone is opened. The clone will be
40874087
** stored in the current directory, or in DIR if the "--repodir DIR" option
40884088
** is used. The name of the clone will be taken from the last term of the URI.
40894089
** For "http:" and "https:" URIs, you can append an extra term to the end of
40904090
** the URI to get any repository name you like. For example:
@@ -5362,11 +5362,11 @@
53625362
}
53635363
53645364
/*
53655365
** Compute a "fingerprint" on the repository. A fingerprint is used
53665366
** 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
53685368
** verify that the mapping between SHA3 hashes and RID values is unchanged.
53695369
**
53705370
** The check-out database ("localdb") stores RID values. When associating
53715371
** a check-out database against a repository database, it is useful to verify
53725372
** the fingerprint so that we know tha the RID values in the check-out
@@ -5427,11 +5427,11 @@
54275427
** COMMAND: test-fingerprint
54285428
**
54295429
** Usage: %fossil test-fingerprint ?RCVID?
54305430
**
54315431
** 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.
54335433
** Show both the legacy and the newer version of the fingerprint,
54345434
** and the currently stored fingerprint if there is one.
54355435
*/
54365436
void test_fingerprint(void){
54375437
int rcvid = 0;
54385438
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button