Fossil SCM

Fix spelling errors found by the Debian QA tools.

danield 2025-10-03 17:31 trunk
Commit 7db623e5ebbf917b1c6e9166c0a3be84f76e257020c2e8e36dabc78c16f8f343
+1 -1
--- src/content.c
+++ src/content.c
@@ -864,11 +864,11 @@
864864
int srcid = aSrc[i];
865865
if( srcid==rid ) continue;
866866
if( content_is_private(srcid) && !content_is_private(rid) ) continue;
867867
868868
/* Compute all ancestors of srcid and make sure rid is not one of them.
869
- ** If rid is an ancestor of srcid, then making rid a decendent of srcid
869
+ ** If rid is an ancestor of srcid, then making rid a descendent of srcid
870870
** would create a delta loop. */
871871
s = srcid;
872872
while( (s = delta_source_rid(s))>0 ){
873873
if( s==rid ){
874874
content_undelta(srcid);
875875
--- src/content.c
+++ src/content.c
@@ -864,11 +864,11 @@
864 int srcid = aSrc[i];
865 if( srcid==rid ) continue;
866 if( content_is_private(srcid) && !content_is_private(rid) ) continue;
867
868 /* Compute all ancestors of srcid and make sure rid is not one of them.
869 ** If rid is an ancestor of srcid, then making rid a decendent of srcid
870 ** would create a delta loop. */
871 s = srcid;
872 while( (s = delta_source_rid(s))>0 ){
873 if( s==rid ){
874 content_undelta(srcid);
875
--- src/content.c
+++ src/content.c
@@ -864,11 +864,11 @@
864 int srcid = aSrc[i];
865 if( srcid==rid ) continue;
866 if( content_is_private(srcid) && !content_is_private(rid) ) continue;
867
868 /* Compute all ancestors of srcid and make sure rid is not one of them.
869 ** If rid is an ancestor of srcid, then making rid a descendent of srcid
870 ** would create a delta loop. */
871 s = srcid;
872 while( (s = delta_source_rid(s))>0 ){
873 if( s==rid ){
874 content_undelta(srcid);
875
+1 -1
--- src/main.c
+++ src/main.c
@@ -2440,11 +2440,11 @@
24402440
** can be multiple "redirect:" lines that are
24412441
** processed in order. If the REPO is "*", then
24422442
** an unconditional redirect to URL is taken.
24432443
** When "*" is used a 301 permanent redirect is
24442444
** issued and the tail and query string from the
2445
-** original query are appeneded onto URL.
2445
+** original query are appended onto URL.
24462446
**
24472447
** jsmode: VALUE Specifies the delivery mode for JavaScript
24482448
** files. See the help text for the --jsmode
24492449
** flag of the http command.
24502450
**
24512451
--- src/main.c
+++ src/main.c
@@ -2440,11 +2440,11 @@
2440 ** can be multiple "redirect:" lines that are
2441 ** processed in order. If the REPO is "*", then
2442 ** an unconditional redirect to URL is taken.
2443 ** When "*" is used a 301 permanent redirect is
2444 ** issued and the tail and query string from the
2445 ** original query are appeneded onto URL.
2446 **
2447 ** jsmode: VALUE Specifies the delivery mode for JavaScript
2448 ** files. See the help text for the --jsmode
2449 ** flag of the http command.
2450 **
2451
--- src/main.c
+++ src/main.c
@@ -2440,11 +2440,11 @@
2440 ** can be multiple "redirect:" lines that are
2441 ** processed in order. If the REPO is "*", then
2442 ** an unconditional redirect to URL is taken.
2443 ** When "*" is used a 301 permanent redirect is
2444 ** issued and the tail and query string from the
2445 ** original query are appended onto URL.
2446 **
2447 ** jsmode: VALUE Specifies the delivery mode for JavaScript
2448 ** files. See the help text for the --jsmode
2449 ** flag of the http command.
2450 **
2451
+1 -1
--- src/printf.c
+++ src/printf.c
@@ -252,11 +252,11 @@
252252
*/
253253
/*
254254
** SETTING: timeline-hard-newlines boolean default=off
255255
**
256256
** If enabled, the timeline honors newline characters in check-in comments.
257
-** In other words, newlines are coverted into <br> for HTML display.
257
+** In other words, newlines are converted into <br> for HTML display.
258258
** The default behavior, when this setting is off, is that newlines are
259259
** treated like any other whitespace character.
260260
*/
261261
262262
/*
263263
--- src/printf.c
+++ src/printf.c
@@ -252,11 +252,11 @@
252 */
253 /*
254 ** SETTING: timeline-hard-newlines boolean default=off
255 **
256 ** If enabled, the timeline honors newline characters in check-in comments.
257 ** In other words, newlines are coverted into <br> for HTML display.
258 ** The default behavior, when this setting is off, is that newlines are
259 ** treated like any other whitespace character.
260 */
261
262 /*
263
--- src/printf.c
+++ src/printf.c
@@ -252,11 +252,11 @@
252 */
253 /*
254 ** SETTING: timeline-hard-newlines boolean default=off
255 **
256 ** If enabled, the timeline honors newline characters in check-in comments.
257 ** In other words, newlines are converted into <br> for HTML display.
258 ** The default behavior, when this setting is off, is that newlines are
259 ** treated like any other whitespace character.
260 */
261
262 /*
263
+1 -1
--- src/robot.c
+++ src/robot.c
@@ -254,11 +254,11 @@
254254
}
255255
256256
/*
257257
** SETTING: robot-restrict width=40 block-text
258258
** The VALUE of this setting is a list of GLOB patterns that match
259
-** pages for which complex HTTP requests from unauthenicated clients
259
+** pages for which complex HTTP requests from unauthenticated clients
260260
** should be disallowed. "Unauthenticated" means the user is "nobody".
261261
** The recommended value for this setting is:
262262
**
263263
** timelineX,diff,annotate,zip,fileage,file,finfo,reports
264264
**
265265
--- src/robot.c
+++ src/robot.c
@@ -254,11 +254,11 @@
254 }
255
256 /*
257 ** SETTING: robot-restrict width=40 block-text
258 ** The VALUE of this setting is a list of GLOB patterns that match
259 ** pages for which complex HTTP requests from unauthenicated clients
260 ** should be disallowed. "Unauthenticated" means the user is "nobody".
261 ** The recommended value for this setting is:
262 **
263 ** timelineX,diff,annotate,zip,fileage,file,finfo,reports
264 **
265
--- src/robot.c
+++ src/robot.c
@@ -254,11 +254,11 @@
254 }
255
256 /*
257 ** SETTING: robot-restrict width=40 block-text
258 ** The VALUE of this setting is a list of GLOB patterns that match
259 ** pages for which complex HTTP requests from unauthenticated clients
260 ** should be disallowed. "Unauthenticated" means the user is "nobody".
261 ** The recommended value for this setting is:
262 **
263 ** timelineX,diff,annotate,zip,fileage,file,finfo,reports
264 **
265
+2 -2
--- src/skins.c
+++ src/skins.c
@@ -1345,11 +1345,11 @@
13451345
}
13461346
13471347
/*
13481348
** WEBPAGE: skins
13491349
**
1350
-** Show a list of all of the built-in skins, plus the respository skin,
1350
+** Show a list of all of the built-in skins, plus the repository skin,
13511351
** and provide the user with an opportunity to change to any of them.
13521352
*/
13531353
void skins_page(void){
13541354
int i;
13551355
char *zBase = fossil_strdup(g.zTop);
@@ -1373,11 +1373,11 @@
13731373
@ you are using a draft skin,
13741374
}else{
13751375
@ this fossil instance was started with a hard-coded skin
13761376
@ value
13771377
}
1378
- @ which supercedes any option selected below. A skin selected
1378
+ @ which supersedes any option selected below. A skin selected
13791379
@ below will be recorded in your
13801380
@ "%z(href("%R/fdscookie"))fossil_display_settings</a>" cookie
13811381
@ but will not be used so long as the site has a
13821382
@ higher-priority skin in place.
13831383
@ </p>
13841384
--- src/skins.c
+++ src/skins.c
@@ -1345,11 +1345,11 @@
1345 }
1346
1347 /*
1348 ** WEBPAGE: skins
1349 **
1350 ** Show a list of all of the built-in skins, plus the respository skin,
1351 ** and provide the user with an opportunity to change to any of them.
1352 */
1353 void skins_page(void){
1354 int i;
1355 char *zBase = fossil_strdup(g.zTop);
@@ -1373,11 +1373,11 @@
1373 @ you are using a draft skin,
1374 }else{
1375 @ this fossil instance was started with a hard-coded skin
1376 @ value
1377 }
1378 @ which supercedes any option selected below. A skin selected
1379 @ below will be recorded in your
1380 @ "%z(href("%R/fdscookie"))fossil_display_settings</a>" cookie
1381 @ but will not be used so long as the site has a
1382 @ higher-priority skin in place.
1383 @ </p>
1384
--- src/skins.c
+++ src/skins.c
@@ -1345,11 +1345,11 @@
1345 }
1346
1347 /*
1348 ** WEBPAGE: skins
1349 **
1350 ** Show a list of all of the built-in skins, plus the repository skin,
1351 ** and provide the user with an opportunity to change to any of them.
1352 */
1353 void skins_page(void){
1354 int i;
1355 char *zBase = fossil_strdup(g.zTop);
@@ -1373,11 +1373,11 @@
1373 @ you are using a draft skin,
1374 }else{
1375 @ this fossil instance was started with a hard-coded skin
1376 @ value
1377 }
1378 @ which supersedes any option selected below. A skin selected
1379 @ below will be recorded in your
1380 @ "%z(href("%R/fdscookie"))fossil_display_settings</a>" cookie
1381 @ but will not be used so long as the site has a
1382 @ higher-priority skin in place.
1383 @ </p>
1384
+2 -2
--- src/timeline.c
+++ src/timeline.c
@@ -1389,11 +1389,11 @@
13891389
13901390
/*
13911391
** Find the first check-in encountered with a particular tag
13921392
** when moving either forwards are backwards in time from a
13931393
** particular starting point (iFrom). Return the rid of that
1394
-** first check-in. If there are no check-ins in the decendent
1394
+** first check-in. If there are no check-ins in the descendent
13951395
** or ancestor set of check-in iFrom that match the tag, then
13961396
** return 0.
13971397
*/
13981398
static int timeline_endpoint(
13991399
int iFrom, /* Starting point */
@@ -1590,11 +1590,11 @@
15901590
** dp2=CKIN2 Same as 'd2=CKIN2&p2=CKIN2'
15911591
** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
15921592
** bt=CHECKIN "Back To". Show ancenstors going back to CHECKIN
15931593
** p=CX ... from CX back to time of CHECKIN
15941594
** from=CX ... path from CX back to CHECKIN
1595
-** ft=CHECKIN "Forward To": Show decendents forward to CHECKIN
1595
+** ft=CHECKIN "Forward To": Show descendents forward to CHECKIN
15961596
** d=CX ... from CX up to the time of CHECKIN
15971597
** from=CX ... path from CX up to CHECKIN
15981598
** t=TAG Show only check-ins with the given TAG
15991599
** r=TAG Same as 't=TAG&rel'. Mnemonic: "Related"
16001600
** tl=TAGLIST Same as 't=TAGLIST&ms=brlist'. Mnemonic: "Tag List"
16011601
--- src/timeline.c
+++ src/timeline.c
@@ -1389,11 +1389,11 @@
1389
1390 /*
1391 ** Find the first check-in encountered with a particular tag
1392 ** when moving either forwards are backwards in time from a
1393 ** particular starting point (iFrom). Return the rid of that
1394 ** first check-in. If there are no check-ins in the decendent
1395 ** or ancestor set of check-in iFrom that match the tag, then
1396 ** return 0.
1397 */
1398 static int timeline_endpoint(
1399 int iFrom, /* Starting point */
@@ -1590,11 +1590,11 @@
1590 ** dp2=CKIN2 Same as 'd2=CKIN2&p2=CKIN2'
1591 ** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
1592 ** bt=CHECKIN "Back To". Show ancenstors going back to CHECKIN
1593 ** p=CX ... from CX back to time of CHECKIN
1594 ** from=CX ... path from CX back to CHECKIN
1595 ** ft=CHECKIN "Forward To": Show decendents forward to CHECKIN
1596 ** d=CX ... from CX up to the time of CHECKIN
1597 ** from=CX ... path from CX up to CHECKIN
1598 ** t=TAG Show only check-ins with the given TAG
1599 ** r=TAG Same as 't=TAG&rel'. Mnemonic: "Related"
1600 ** tl=TAGLIST Same as 't=TAGLIST&ms=brlist'. Mnemonic: "Tag List"
1601
--- src/timeline.c
+++ src/timeline.c
@@ -1389,11 +1389,11 @@
1389
1390 /*
1391 ** Find the first check-in encountered with a particular tag
1392 ** when moving either forwards are backwards in time from a
1393 ** particular starting point (iFrom). Return the rid of that
1394 ** first check-in. If there are no check-ins in the descendent
1395 ** or ancestor set of check-in iFrom that match the tag, then
1396 ** return 0.
1397 */
1398 static int timeline_endpoint(
1399 int iFrom, /* Starting point */
@@ -1590,11 +1590,11 @@
1590 ** dp2=CKIN2 Same as 'd2=CKIN2&p2=CKIN2'
1591 ** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
1592 ** bt=CHECKIN "Back To". Show ancenstors going back to CHECKIN
1593 ** p=CX ... from CX back to time of CHECKIN
1594 ** from=CX ... path from CX back to CHECKIN
1595 ** ft=CHECKIN "Forward To": Show descendents forward to CHECKIN
1596 ** d=CX ... from CX up to the time of CHECKIN
1597 ** from=CX ... path from CX up to CHECKIN
1598 ** t=TAG Show only check-ins with the given TAG
1599 ** r=TAG Same as 't=TAG&rel'. Mnemonic: "Related"
1600 ** tl=TAGLIST Same as 't=TAGLIST&ms=brlist'. Mnemonic: "Tag List"
1601
+1 -1
--- test/json.test
+++ test/json.test
@@ -176,11 +176,11 @@
176176
test_dict_keys $testname [dict get $::JR payload] $okfields $badfields
177177
}
178178
179179
#### VERSION AKA HAI
180180
181
-# The JSON API generally assumes we have a respository, so let it have one.
181
+# The JSON API generally assumes we have a repository, so let it have one.
182182
183183
# Set FOSSIL_USER to ensure consistent results in "json user list"
184184
set _fossil_user ""
185185
if [info exists env(FOSSIL_USER)] {
186186
set _fossil_user $env(FOSSIL_USER)
187187
--- test/json.test
+++ test/json.test
@@ -176,11 +176,11 @@
176 test_dict_keys $testname [dict get $::JR payload] $okfields $badfields
177 }
178
179 #### VERSION AKA HAI
180
181 # The JSON API generally assumes we have a respository, so let it have one.
182
183 # Set FOSSIL_USER to ensure consistent results in "json user list"
184 set _fossil_user ""
185 if [info exists env(FOSSIL_USER)] {
186 set _fossil_user $env(FOSSIL_USER)
187
--- test/json.test
+++ test/json.test
@@ -176,11 +176,11 @@
176 test_dict_keys $testname [dict get $::JR payload] $okfields $badfields
177 }
178
179 #### VERSION AKA HAI
180
181 # The JSON API generally assumes we have a repository, so let it have one.
182
183 # Set FOSSIL_USER to ensure consistent results in "json user list"
184 set _fossil_user ""
185 if [info exists env(FOSSIL_USER)] {
186 set _fossil_user $env(FOSSIL_USER)
187
--- test/set-manifest.test
+++ test/set-manifest.test
@@ -38,11 +38,11 @@
3838
if {[catch {package require sha1}] != 0} {
3939
puts "The \"sha1\" package is not available."
4040
test_cleanup_then_return
4141
}
4242
43
-# We need a respository, so let it have one.
43
+# We need a repository, so let it have one.
4444
test_setup
4545
4646
#### Verify classic behavior of the manifest setting
4747
4848
# Setting is off by default, and there are no extra files.
4949
--- test/set-manifest.test
+++ test/set-manifest.test
@@ -38,11 +38,11 @@
38 if {[catch {package require sha1}] != 0} {
39 puts "The \"sha1\" package is not available."
40 test_cleanup_then_return
41 }
42
43 # We need a respository, so let it have one.
44 test_setup
45
46 #### Verify classic behavior of the manifest setting
47
48 # Setting is off by default, and there are no extra files.
49
--- test/set-manifest.test
+++ test/set-manifest.test
@@ -38,11 +38,11 @@
38 if {[catch {package require sha1}] != 0} {
39 puts "The \"sha1\" package is not available."
40 test_cleanup_then_return
41 }
42
43 # We need a repository, so let it have one.
44 test_setup
45
46 #### Verify classic behavior of the manifest setting
47
48 # Setting is off by default, and there are no extra files.
49
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -296,11 +296,11 @@
296296
To commit your changes to a repository that was cloned from a remote
297297
repository, you give the same command, but the results are different.
298298
Fossil defaults to [./concepts.wiki#workflow|autosync] mode, a
299299
single-stage commit that sends all changes committed to the local
300300
repository immediately on to the remote parent repository. This only
301
-works if you have write permission to the remote respository.
301
+works if you have write permission to the remote repository.
302302
303303
<h2 id="naming">Naming of Files, Checkins, and Branches</h2>
304304
305305
Fossil deals with information artifacts. This Quickstart document only deals
306306
with files and collections of files, but be aware there are also tickets, wiki pages and more.
307307
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -296,11 +296,11 @@
296 To commit your changes to a repository that was cloned from a remote
297 repository, you give the same command, but the results are different.
298 Fossil defaults to [./concepts.wiki#workflow|autosync] mode, a
299 single-stage commit that sends all changes committed to the local
300 repository immediately on to the remote parent repository. This only
301 works if you have write permission to the remote respository.
302
303 <h2 id="naming">Naming of Files, Checkins, and Branches</h2>
304
305 Fossil deals with information artifacts. This Quickstart document only deals
306 with files and collections of files, but be aware there are also tickets, wiki pages and more.
307
--- www/quickstart.wiki
+++ www/quickstart.wiki
@@ -296,11 +296,11 @@
296 To commit your changes to a repository that was cloned from a remote
297 repository, you give the same command, but the results are different.
298 Fossil defaults to [./concepts.wiki#workflow|autosync] mode, a
299 single-stage commit that sends all changes committed to the local
300 repository immediately on to the remote parent repository. This only
301 works if you have write permission to the remote repository.
302
303 <h2 id="naming">Naming of Files, Checkins, and Branches</h2>
304
305 Fossil deals with information artifacts. This Quickstart document only deals
306 with files and collections of files, but be aware there are also tickets, wiki pages and more.
307

Keyboard Shortcuts

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