Fossil SCM

Spelling corrections caught by Debian's automated tools, thanks to Barak A. Pearlmutter.

danshearer 2022-02-23 17:18 trunk
Commit 9993c43b5cc37e1feb9391387f7395542299cb08a6d50cfa5d6889c182239668
+1 -1
--- extsrc/shell.c
+++ extsrc/shell.c
@@ -1401,11 +1401,11 @@
14011401
** sha3_query(Y,SIZE)
14021402
**
14031403
** The sha3(X) function computes the SHA3 hash of the input X, or NULL if
14041404
** X is NULL.
14051405
**
1406
-** The sha3_query(Y) function evalutes all queries in the SQL statements of Y
1406
+** The sha3_query(Y) function evaluates all queries in the SQL statements of Y
14071407
** and returns a hash of their results.
14081408
**
14091409
** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm
14101410
** is used. If SIZE is included it must be one of the integers 224, 256,
14111411
** 384, or 512, to determine SHA3 hash variant that is computed.
14121412
--- extsrc/shell.c
+++ extsrc/shell.c
@@ -1401,11 +1401,11 @@
1401 ** sha3_query(Y,SIZE)
1402 **
1403 ** The sha3(X) function computes the SHA3 hash of the input X, or NULL if
1404 ** X is NULL.
1405 **
1406 ** The sha3_query(Y) function evalutes all queries in the SQL statements of Y
1407 ** and returns a hash of their results.
1408 **
1409 ** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm
1410 ** is used. If SIZE is included it must be one of the integers 224, 256,
1411 ** 384, or 512, to determine SHA3 hash variant that is computed.
1412
--- extsrc/shell.c
+++ extsrc/shell.c
@@ -1401,11 +1401,11 @@
1401 ** sha3_query(Y,SIZE)
1402 **
1403 ** The sha3(X) function computes the SHA3 hash of the input X, or NULL if
1404 ** X is NULL.
1405 **
1406 ** The sha3_query(Y) function evaluates all queries in the SQL statements of Y
1407 ** and returns a hash of their results.
1408 **
1409 ** The SIZE argument is optional. If omitted, the SHA3-256 hash algorithm
1410 ** is used. If SIZE is included it must be one of the integers 224, 256,
1411 ** 384, or 512, to determine SHA3 hash variant that is computed.
1412
--- extsrc/sqlite3.c
+++ extsrc/sqlite3.c
@@ -136794,11 +136794,11 @@
136794136794
** (3) There is no ORDER BY clause
136795136795
**
136796136796
** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES
136797136797
** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))").
136798136798
** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case.
136799
-** Since the limit is exactly 1, we only need to evalutes the left-most VALUES.
136799
+** Since the limit is exactly 1, we only need to evaluate the left-most VALUES.
136800136800
*/
136801136801
static int multiSelectValues(
136802136802
Parse *pParse, /* Parsing context */
136803136803
Select *p, /* The right-most of SELECTs to be coded */
136804136804
SelectDest *pDest /* What to do with query results */
136805136805
--- extsrc/sqlite3.c
+++ extsrc/sqlite3.c
@@ -136794,11 +136794,11 @@
136794 ** (3) There is no ORDER BY clause
136795 **
136796 ** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES
136797 ** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))").
136798 ** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case.
136799 ** Since the limit is exactly 1, we only need to evalutes the left-most VALUES.
136800 */
136801 static int multiSelectValues(
136802 Parse *pParse, /* Parsing context */
136803 Select *p, /* The right-most of SELECTs to be coded */
136804 SelectDest *pDest /* What to do with query results */
136805
--- extsrc/sqlite3.c
+++ extsrc/sqlite3.c
@@ -136794,11 +136794,11 @@
136794 ** (3) There is no ORDER BY clause
136795 **
136796 ** The "LIMIT of exactly 1" case of condition (1) comes about when a VALUES
136797 ** clause occurs within scalar expression (ex: "SELECT (VALUES(1),(2),(3))").
136798 ** The sqlite3CodeSubselect will have added the LIMIT 1 clause in tht case.
136799 ** Since the limit is exactly 1, we only need to evaluate the left-most VALUES.
136800 */
136801 static int multiSelectValues(
136802 Parse *pParse, /* Parsing context */
136803 Select *p, /* The right-most of SELECTs to be coded */
136804 SelectDest *pDest /* What to do with query results */
136805
+2 -2
--- src/alerts.c
+++ src/alerts.c
@@ -314,11 +314,11 @@
314314
entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command",
315315
"ecmd", "sendmail -ti", 0);
316316
@ <p>When the send method is "pipe to a command", this is the command
317317
@ that is run. Email messages are piped into the standard input of this
318318
@ command. The command is expected to extract the sender address,
319
- @ recepient addresses, and subject from the header of the piped email
319
+ @ recipient addresses, and subject from the header of the piped email
320320
@ text. (Property: "email-send-command")</p>
321321
322322
entry_attribute("Store Emails In This Database", 60, "email-send-db",
323323
"esdb", "", 0);
324324
@ <p>When the send method is "store in a database", each email message is
@@ -816,11 +816,11 @@
816816
}
817817
818818
/*
819819
** Send a single email message.
820820
**
821
-** The recepient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields
821
+** The recipient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields
822822
** in the header. Likewise, the header must contains a "Subject:" line.
823823
** The header might also include fields like "Message-Id:" or
824824
** "In-Reply-To:".
825825
**
826826
** This routine will add fields to the header as follows:
827827
--- src/alerts.c
+++ src/alerts.c
@@ -314,11 +314,11 @@
314 entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command",
315 "ecmd", "sendmail -ti", 0);
316 @ <p>When the send method is "pipe to a command", this is the command
317 @ that is run. Email messages are piped into the standard input of this
318 @ command. The command is expected to extract the sender address,
319 @ recepient addresses, and subject from the header of the piped email
320 @ text. (Property: "email-send-command")</p>
321
322 entry_attribute("Store Emails In This Database", 60, "email-send-db",
323 "esdb", "", 0);
324 @ <p>When the send method is "store in a database", each email message is
@@ -816,11 +816,11 @@
816 }
817
818 /*
819 ** Send a single email message.
820 **
821 ** The recepient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields
822 ** in the header. Likewise, the header must contains a "Subject:" line.
823 ** The header might also include fields like "Message-Id:" or
824 ** "In-Reply-To:".
825 **
826 ** This routine will add fields to the header as follows:
827
--- src/alerts.c
+++ src/alerts.c
@@ -314,11 +314,11 @@
314 entry_attribute("Pipe Email Text Into This Command", 60, "email-send-command",
315 "ecmd", "sendmail -ti", 0);
316 @ <p>When the send method is "pipe to a command", this is the command
317 @ that is run. Email messages are piped into the standard input of this
318 @ command. The command is expected to extract the sender address,
319 @ recipient addresses, and subject from the header of the piped email
320 @ text. (Property: "email-send-command")</p>
321
322 entry_attribute("Store Emails In This Database", 60, "email-send-db",
323 "esdb", "", 0);
324 @ <p>When the send method is "store in a database", each email message is
@@ -816,11 +816,11 @@
816 }
817
818 /*
819 ** Send a single email message.
820 **
821 ** The recipient(s) must be specified using "To:" or "Cc:" or "Bcc:" fields
822 ** in the header. Likewise, the header must contains a "Subject:" line.
823 ** The header might also include fields like "Message-Id:" or
824 ** "In-Reply-To:".
825 **
826 ** This routine will add fields to the header as follows:
827
--- src/capabilities.c
+++ src/capabilities.c
@@ -275,11 +275,11 @@
275275
{ 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0,
276276
"Mod-Tkt", "Moderate tickets" },
277277
{ 'r', CAPCLASS_TKT, 0,
278278
"Read-Tkt", "View tickets" },
279279
{ 's', CAPCLASS_SUPER, 0,
280
- "Superuser", "Setup and configure the respository" },
280
+ "Superuser", "Setup and configure the repository" },
281281
{ 't', CAPCLASS_TKT, 0,
282282
"Reports", "Create new ticket report formats" },
283283
{ 'u', CAPCLASS_OTHER, 0,
284284
"Reader", "Inherit all the capabilities of the \"reader\" user" },
285285
{ 'v', CAPCLASS_OTHER, 0,
286286
--- src/capabilities.c
+++ src/capabilities.c
@@ -275,11 +275,11 @@
275 { 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0,
276 "Mod-Tkt", "Moderate tickets" },
277 { 'r', CAPCLASS_TKT, 0,
278 "Read-Tkt", "View tickets" },
279 { 's', CAPCLASS_SUPER, 0,
280 "Superuser", "Setup and configure the respository" },
281 { 't', CAPCLASS_TKT, 0,
282 "Reports", "Create new ticket report formats" },
283 { 'u', CAPCLASS_OTHER, 0,
284 "Reader", "Inherit all the capabilities of the \"reader\" user" },
285 { 'v', CAPCLASS_OTHER, 0,
286
--- src/capabilities.c
+++ src/capabilities.c
@@ -275,11 +275,11 @@
275 { 'q', CAPCLASS_TKT|CAPCLASS_SUPER, 0,
276 "Mod-Tkt", "Moderate tickets" },
277 { 'r', CAPCLASS_TKT, 0,
278 "Read-Tkt", "View tickets" },
279 { 's', CAPCLASS_SUPER, 0,
280 "Superuser", "Setup and configure the repository" },
281 { 't', CAPCLASS_TKT, 0,
282 "Reports", "Create new ticket report formats" },
283 { 'u', CAPCLASS_OTHER, 0,
284 "Reader", "Inherit all the capabilities of the \"reader\" user" },
285 { 'v', CAPCLASS_OTHER, 0,
286
--- src/security_audit.c
+++ src/security_audit.c
@@ -525,11 +525,11 @@
525525
/* Logging should be turned on
526526
*/
527527
if( db_get_boolean("access-log",0)==0 ){
528528
@ <li><p>
529529
@ The <a href="access_log">User Log</a> is disabled. The user log
530
- @ keeps a record of successful and unsucessful login attempts and is
530
+ @ keeps a record of successful and unsuccessful login attempts and is
531531
@ useful for security monitoring.
532532
}
533533
if( db_get_boolean("admin-log",0)==0 ){
534534
@ <li><p>
535535
@ The <a href="admin_log">Administrative Log</a> is disabled.
536536
--- src/security_audit.c
+++ src/security_audit.c
@@ -525,11 +525,11 @@
525 /* Logging should be turned on
526 */
527 if( db_get_boolean("access-log",0)==0 ){
528 @ <li><p>
529 @ The <a href="access_log">User Log</a> is disabled. The user log
530 @ keeps a record of successful and unsucessful login attempts and is
531 @ useful for security monitoring.
532 }
533 if( db_get_boolean("admin-log",0)==0 ){
534 @ <li><p>
535 @ The <a href="admin_log">Administrative Log</a> is disabled.
536
--- src/security_audit.c
+++ src/security_audit.c
@@ -525,11 +525,11 @@
525 /* Logging should be turned on
526 */
527 if( db_get_boolean("access-log",0)==0 ){
528 @ <li><p>
529 @ The <a href="access_log">User Log</a> is disabled. The user log
530 @ keeps a record of successful and unsuccessful login attempts and is
531 @ useful for security monitoring.
532 }
533 if( db_get_boolean("admin-log",0)==0 ){
534 @ <li><p>
535 @ The <a href="admin_log">Administrative Log</a> is disabled.
536
+4 -4
--- src/setup.c
+++ src/setup.c
@@ -1031,11 +1031,11 @@
10311031
** * The second term is a hyperlink to take when a user clicks on the
10321032
** entry. Hyperlinks that start with "/" are relative to the
10331033
** repository root.
10341034
**
10351035
** * The third term is an argument to the TH1 "capexpr" command.
1036
-** If capexpr evalutes to true, then the entry is shown. If not,
1036
+** If capexpr evaluates to true, then the entry is shown. If not,
10371037
** the entry is omitted. "*" is always true. "{}" is never true.
10381038
**
10391039
** * The fourth term is a list of extra class names to apply to the
10401040
** new menu entry. Some skins use classes "desktoponly" and
10411041
** "wideonly" to only show the entries when the web browser
@@ -1062,11 +1062,11 @@
10621062
** * The second term is a hyperlink to take when a user clicks on the
10631063
** entry. Hyperlinks that start with "/" are relative to the
10641064
** repository root.
10651065
**
10661066
** * The third term is an argument to the TH1 "capexpr" command.
1067
-** If capexpr evalutes to true, then the entry is shown. If not,
1067
+** If capexpr evaluates to true, then the entry is shown. If not,
10681068
** the entry is omitted. "*" is always true.
10691069
**
10701070
** The default value is blank, meaning no added entries.
10711071
*/
10721072
@@ -1162,11 +1162,11 @@
11621162
@ <li> The first term is text that appears on the menu.
11631163
@ <li> The second term is a hyperlink to take when a user clicks on the
11641164
@ entry. Hyperlinks that start with "/" are relative to the
11651165
@ repository root.
11661166
@ <li> The third term is an argument to the TH1 "capexpr" command.
1167
- @ If capexpr evalutes to true, then the entry is shown. If not,
1167
+ @ If capexpr evaluates to true, then the entry is shown. If not,
11681168
@ the entry is omitted. "*" is always true. "{}" is never true.
11691169
@ <li> The fourth term is a list of extra class names to apply to the new
11701170
@ menu entry. Some skins use classes "desktoponly" and "wideonly"
11711171
@ to only show the entries when the web browser screen is wide or
11721172
@ very wide, respectively.
@@ -1200,11 +1200,11 @@
12001200
@ <li> The first term is the display name of the /sitemap entry
12011201
@ <li> The second term is a hyperlink to take when a user clicks on the
12021202
@ entry. Hyperlinks that start with "/" are relative to the
12031203
@ repository root.
12041204
@ <li> The third term is an argument to the TH1 "capexpr" command.
1205
- @ If capexpr evalutes to true, then the entry is shown. If not,
1205
+ @ If capexpr evaluates to true, then the entry is shown. If not,
12061206
@ the entry is omitted. "*" is always true.
12071207
@ </ol>
12081208
@
12091209
@ <p>The default value is blank, meaning no added entries.
12101210
@ (Property: sitemap-extra)
12111211
--- src/setup.c
+++ src/setup.c
@@ -1031,11 +1031,11 @@
1031 ** * The second term is a hyperlink to take when a user clicks on the
1032 ** entry. Hyperlinks that start with "/" are relative to the
1033 ** repository root.
1034 **
1035 ** * The third term is an argument to the TH1 "capexpr" command.
1036 ** If capexpr evalutes to true, then the entry is shown. If not,
1037 ** the entry is omitted. "*" is always true. "{}" is never true.
1038 **
1039 ** * The fourth term is a list of extra class names to apply to the
1040 ** new menu entry. Some skins use classes "desktoponly" and
1041 ** "wideonly" to only show the entries when the web browser
@@ -1062,11 +1062,11 @@
1062 ** * The second term is a hyperlink to take when a user clicks on the
1063 ** entry. Hyperlinks that start with "/" are relative to the
1064 ** repository root.
1065 **
1066 ** * The third term is an argument to the TH1 "capexpr" command.
1067 ** If capexpr evalutes to true, then the entry is shown. If not,
1068 ** the entry is omitted. "*" is always true.
1069 **
1070 ** The default value is blank, meaning no added entries.
1071 */
1072
@@ -1162,11 +1162,11 @@
1162 @ <li> The first term is text that appears on the menu.
1163 @ <li> The second term is a hyperlink to take when a user clicks on the
1164 @ entry. Hyperlinks that start with "/" are relative to the
1165 @ repository root.
1166 @ <li> The third term is an argument to the TH1 "capexpr" command.
1167 @ If capexpr evalutes to true, then the entry is shown. If not,
1168 @ the entry is omitted. "*" is always true. "{}" is never true.
1169 @ <li> The fourth term is a list of extra class names to apply to the new
1170 @ menu entry. Some skins use classes "desktoponly" and "wideonly"
1171 @ to only show the entries when the web browser screen is wide or
1172 @ very wide, respectively.
@@ -1200,11 +1200,11 @@
1200 @ <li> The first term is the display name of the /sitemap entry
1201 @ <li> The second term is a hyperlink to take when a user clicks on the
1202 @ entry. Hyperlinks that start with "/" are relative to the
1203 @ repository root.
1204 @ <li> The third term is an argument to the TH1 "capexpr" command.
1205 @ If capexpr evalutes to true, then the entry is shown. If not,
1206 @ the entry is omitted. "*" is always true.
1207 @ </ol>
1208 @
1209 @ <p>The default value is blank, meaning no added entries.
1210 @ (Property: sitemap-extra)
1211
--- src/setup.c
+++ src/setup.c
@@ -1031,11 +1031,11 @@
1031 ** * The second term is a hyperlink to take when a user clicks on the
1032 ** entry. Hyperlinks that start with "/" are relative to the
1033 ** repository root.
1034 **
1035 ** * The third term is an argument to the TH1 "capexpr" command.
1036 ** If capexpr evaluates to true, then the entry is shown. If not,
1037 ** the entry is omitted. "*" is always true. "{}" is never true.
1038 **
1039 ** * The fourth term is a list of extra class names to apply to the
1040 ** new menu entry. Some skins use classes "desktoponly" and
1041 ** "wideonly" to only show the entries when the web browser
@@ -1062,11 +1062,11 @@
1062 ** * The second term is a hyperlink to take when a user clicks on the
1063 ** entry. Hyperlinks that start with "/" are relative to the
1064 ** repository root.
1065 **
1066 ** * The third term is an argument to the TH1 "capexpr" command.
1067 ** If capexpr evaluates to true, then the entry is shown. If not,
1068 ** the entry is omitted. "*" is always true.
1069 **
1070 ** The default value is blank, meaning no added entries.
1071 */
1072
@@ -1162,11 +1162,11 @@
1162 @ <li> The first term is text that appears on the menu.
1163 @ <li> The second term is a hyperlink to take when a user clicks on the
1164 @ entry. Hyperlinks that start with "/" are relative to the
1165 @ repository root.
1166 @ <li> The third term is an argument to the TH1 "capexpr" command.
1167 @ If capexpr evaluates to true, then the entry is shown. If not,
1168 @ the entry is omitted. "*" is always true. "{}" is never true.
1169 @ <li> The fourth term is a list of extra class names to apply to the new
1170 @ menu entry. Some skins use classes "desktoponly" and "wideonly"
1171 @ to only show the entries when the web browser screen is wide or
1172 @ very wide, respectively.
@@ -1200,11 +1200,11 @@
1200 @ <li> The first term is the display name of the /sitemap entry
1201 @ <li> The second term is a hyperlink to take when a user clicks on the
1202 @ entry. Hyperlinks that start with "/" are relative to the
1203 @ repository root.
1204 @ <li> The third term is an argument to the TH1 "capexpr" command.
1205 @ If capexpr evaluates to true, then the entry is shown. If not,
1206 @ the entry is omitted. "*" is always true.
1207 @ </ol>
1208 @
1209 @ <p>The default value is blank, meaning no added entries.
1210 @ (Property: sitemap-extra)
1211

Keyboard Shortcuts

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