Fossil SCM

Fix typos in help and other console output.

danield 2021-01-12 13:50 trunk
Commit 2f78b2cb413d4fccde8d8557136d3653cb32c477abc47212a3d4622dabda35fd
--- src/backoffice.c
+++ src/backoffice.c
@@ -663,11 +663,11 @@
663663
** processing happens periodically. Or, the --poll option can be used
664664
** to run this command as a daemon that will periodically invoke backoffice
665665
** on a collection of repositories.
666666
**
667667
** If only a single repository is named and --poll is omitted, then the
668
-** backoffice work is done in-process. But if there are multiple respositories
668
+** backoffice work is done in-process. But if there are multiple repositories
669669
** or if --poll is used, a separate sub-process is started for each poll of
670670
** each repository.
671671
**
672672
** Standard options:
673673
**
674674
--- src/backoffice.c
+++ src/backoffice.c
@@ -663,11 +663,11 @@
663 ** processing happens periodically. Or, the --poll option can be used
664 ** to run this command as a daemon that will periodically invoke backoffice
665 ** on a collection of repositories.
666 **
667 ** If only a single repository is named and --poll is omitted, then the
668 ** backoffice work is done in-process. But if there are multiple respositories
669 ** or if --poll is used, a separate sub-process is started for each poll of
670 ** each repository.
671 **
672 ** Standard options:
673 **
674
--- src/backoffice.c
+++ src/backoffice.c
@@ -663,11 +663,11 @@
663 ** processing happens periodically. Or, the --poll option can be used
664 ** to run this command as a daemon that will periodically invoke backoffice
665 ** on a collection of repositories.
666 **
667 ** If only a single repository is named and --poll is omitted, then the
668 ** backoffice work is done in-process. But if there are multiple repositories
669 ** or if --poll is used, a separate sub-process is started for each poll of
670 ** each repository.
671 **
672 ** Standard options:
673 **
674
+1 -1
--- src/blob.c
+++ src/blob.c
@@ -1379,11 +1379,11 @@
13791379
/*
13801380
** COMMAND: test-escaped-arg
13811381
**
13821382
** Usage %fossil ARG ...
13831383
**
1384
-** Run each argment through blob_append_escaped_arg() and show the
1384
+** Run each argument through blob_append_escaped_arg() and show the
13851385
** result. Append each argument to "fossil test-echo" and run that
13861386
** using fossil_system() to verify that it really does get escaped
13871387
** correctly.
13881388
*/
13891389
void test_escaped_arg__cmd(void){
13901390
--- src/blob.c
+++ src/blob.c
@@ -1379,11 +1379,11 @@
1379 /*
1380 ** COMMAND: test-escaped-arg
1381 **
1382 ** Usage %fossil ARG ...
1383 **
1384 ** Run each argment through blob_append_escaped_arg() and show the
1385 ** result. Append each argument to "fossil test-echo" and run that
1386 ** using fossil_system() to verify that it really does get escaped
1387 ** correctly.
1388 */
1389 void test_escaped_arg__cmd(void){
1390
--- src/blob.c
+++ src/blob.c
@@ -1379,11 +1379,11 @@
1379 /*
1380 ** COMMAND: test-escaped-arg
1381 **
1382 ** Usage %fossil ARG ...
1383 **
1384 ** Run each argument through blob_append_escaped_arg() and show the
1385 ** result. Append each argument to "fossil test-echo" and run that
1386 ** using fossil_system() to verify that it really does get escaped
1387 ** correctly.
1388 */
1389 void test_escaped_arg__cmd(void){
1390
+1 -1
--- src/chat.c
+++ src/chat.c
@@ -722,11 +722,11 @@
722722
**
723723
** When there is no SUBCOMMAND (when this command is simply "fossil chat")
724724
** the response is to bring up a web-browser window to the chatroom
725725
** on the default system web-browser. You can accomplish the same by
726726
** typing the appropriate URL into the web-browser yourself. This
727
-** command is merely a convenience for command-line oriented peope.
727
+** command is merely a convenience for command-line oriented people.
728728
**
729729
** The following subcommands are supported:
730730
**
731731
** > fossil chat send [ARGUMENTS]
732732
**
733733
--- src/chat.c
+++ src/chat.c
@@ -722,11 +722,11 @@
722 **
723 ** When there is no SUBCOMMAND (when this command is simply "fossil chat")
724 ** the response is to bring up a web-browser window to the chatroom
725 ** on the default system web-browser. You can accomplish the same by
726 ** typing the appropriate URL into the web-browser yourself. This
727 ** command is merely a convenience for command-line oriented peope.
728 **
729 ** The following subcommands are supported:
730 **
731 ** > fossil chat send [ARGUMENTS]
732 **
733
--- src/chat.c
+++ src/chat.c
@@ -722,11 +722,11 @@
722 **
723 ** When there is no SUBCOMMAND (when this command is simply "fossil chat")
724 ** the response is to bring up a web-browser window to the chatroom
725 ** on the default system web-browser. You can accomplish the same by
726 ** typing the appropriate URL into the web-browser yourself. This
727 ** command is merely a convenience for command-line oriented people.
728 **
729 ** The following subcommands are supported:
730 **
731 ** > fossil chat send [ARGUMENTS]
732 **
733
+1 -1
--- src/db.c
+++ src/db.c
@@ -3996,11 +3996,11 @@
39963996
** This is the number of seconds that a check-in lock will be held on
39973997
** the server before the lock expires. The default is a 60-second delay.
39983998
** Set this value to zero to disable the check-in lock mechanism.
39993999
**
40004000
** This value should be set on the server to which users auto-sync
4001
-** their work. This setting has no affect on client repositories. The
4001
+** their work. This setting has no effect on client repositories. The
40024002
** check-in lock mechanism is only effective if all users are auto-syncing
40034003
** to the same server.
40044004
**
40054005
** Check-in locks are an advisory mechanism designed to help prevent
40064006
** accidental forks due to a check-in race in installations where many
40074007
--- src/db.c
+++ src/db.c
@@ -3996,11 +3996,11 @@
3996 ** This is the number of seconds that a check-in lock will be held on
3997 ** the server before the lock expires. The default is a 60-second delay.
3998 ** Set this value to zero to disable the check-in lock mechanism.
3999 **
4000 ** This value should be set on the server to which users auto-sync
4001 ** their work. This setting has no affect on client repositories. The
4002 ** check-in lock mechanism is only effective if all users are auto-syncing
4003 ** to the same server.
4004 **
4005 ** Check-in locks are an advisory mechanism designed to help prevent
4006 ** accidental forks due to a check-in race in installations where many
4007
--- src/db.c
+++ src/db.c
@@ -3996,11 +3996,11 @@
3996 ** This is the number of seconds that a check-in lock will be held on
3997 ** the server before the lock expires. The default is a 60-second delay.
3998 ** Set this value to zero to disable the check-in lock mechanism.
3999 **
4000 ** This value should be set on the server to which users auto-sync
4001 ** their work. This setting has no effect on client repositories. The
4002 ** check-in lock mechanism is only effective if all users are auto-syncing
4003 ** to the same server.
4004 **
4005 ** Check-in locks are an advisory mechanism designed to help prevent
4006 ** accidental forks due to a check-in race in installations where many
4007
+1 -1
--- src/extcgi.c
+++ src/extcgi.c
@@ -143,11 +143,11 @@
143143
** so that the secondary CGI can be aware of the credentials and
144144
** capabilities of the Fossil user.
145145
**
146146
** The /ext page is only functional if the "extroot: DIR" setting is
147147
** found in the CGI script that launched Fossil, or if the "--extroot DIR"
148
-** flag is present when Fossil is lauched using the "server", "ui", or
148
+** flag is present when Fossil is launched using the "server", "ui", or
149149
** "http" commands. DIR must be an absolute pathname (relative to the
150150
** chroot jail) of the root of the file hierarchy that implements the CGI
151151
** functionality. Executable files are CGI. Non-executable files are
152152
** static content.
153153
**
154154
--- src/extcgi.c
+++ src/extcgi.c
@@ -143,11 +143,11 @@
143 ** so that the secondary CGI can be aware of the credentials and
144 ** capabilities of the Fossil user.
145 **
146 ** The /ext page is only functional if the "extroot: DIR" setting is
147 ** found in the CGI script that launched Fossil, or if the "--extroot DIR"
148 ** flag is present when Fossil is lauched using the "server", "ui", or
149 ** "http" commands. DIR must be an absolute pathname (relative to the
150 ** chroot jail) of the root of the file hierarchy that implements the CGI
151 ** functionality. Executable files are CGI. Non-executable files are
152 ** static content.
153 **
154
--- src/extcgi.c
+++ src/extcgi.c
@@ -143,11 +143,11 @@
143 ** so that the secondary CGI can be aware of the credentials and
144 ** capabilities of the Fossil user.
145 **
146 ** The /ext page is only functional if the "extroot: DIR" setting is
147 ** found in the CGI script that launched Fossil, or if the "--extroot DIR"
148 ** flag is present when Fossil is launched using the "server", "ui", or
149 ** "http" commands. DIR must be an absolute pathname (relative to the
150 ** chroot jail) of the root of the file hierarchy that implements the CGI
151 ** functionality. Executable files are CGI. Non-executable files are
152 ** static content.
153 **
154
+1 -1
--- src/forum.c
+++ src/forum.c
@@ -762,11 +762,11 @@
762762
** name=X REQUIRED. The hash of the post to display.
763763
** t=a Automatic display mode, i.e. hierarchical for
764764
** desktop and chronological for mobile. This is the
765765
** default if the "t" query parameter is omitted.
766766
** t=c Show posts in the order they were written.
767
-** t=h Show posts usin hierarchical indenting.
767
+** t=h Show posts using hierarchical indenting.
768768
** t=s Show only the post specified by "name=X".
769769
** t=r Alias for "t=c&unf&hist".
770770
** t=y Alias for "t=s&unf&hist".
771771
** raw Alias for "t=s&unf". Additionally, omit the border
772772
** around the post, and ignore "t" and "hist".
773773
--- src/forum.c
+++ src/forum.c
@@ -762,11 +762,11 @@
762 ** name=X REQUIRED. The hash of the post to display.
763 ** t=a Automatic display mode, i.e. hierarchical for
764 ** desktop and chronological for mobile. This is the
765 ** default if the "t" query parameter is omitted.
766 ** t=c Show posts in the order they were written.
767 ** t=h Show posts usin hierarchical indenting.
768 ** t=s Show only the post specified by "name=X".
769 ** t=r Alias for "t=c&unf&hist".
770 ** t=y Alias for "t=s&unf&hist".
771 ** raw Alias for "t=s&unf". Additionally, omit the border
772 ** around the post, and ignore "t" and "hist".
773
--- src/forum.c
+++ src/forum.c
@@ -762,11 +762,11 @@
762 ** name=X REQUIRED. The hash of the post to display.
763 ** t=a Automatic display mode, i.e. hierarchical for
764 ** desktop and chronological for mobile. This is the
765 ** default if the "t" query parameter is omitted.
766 ** t=c Show posts in the order they were written.
767 ** t=h Show posts using hierarchical indenting.
768 ** t=s Show only the post specified by "name=X".
769 ** t=r Alias for "t=c&unf&hist".
770 ** t=y Alias for "t=s&unf&hist".
771 ** raw Alias for "t=s&unf". Additionally, omit the border
772 ** around the post, and ignore "t" and "hist".
773
--- src/fossil.dom.js
+++ src/fossil.dom.js
@@ -497,11 +497,11 @@
497497
const n = arguments.length;
498498
var i = 1;
499499
for( ; i < n; ++i ){
500500
e = arguments[i];
501501
if(!e){
502
- console.warn("Achtung: dom.moveChildrenTo() passed a falsy value at argment",i,"of",
502
+ console.warn("Achtung: dom.moveChildrenTo() passed a falsy value at argument",i,"of",
503503
arguments,arguments[i]);
504504
continue;
505505
}
506506
if(e.forEach){
507507
e.forEach((x)=>f.mv(dest, x));
508508
--- src/fossil.dom.js
+++ src/fossil.dom.js
@@ -497,11 +497,11 @@
497 const n = arguments.length;
498 var i = 1;
499 for( ; i < n; ++i ){
500 e = arguments[i];
501 if(!e){
502 console.warn("Achtung: dom.moveChildrenTo() passed a falsy value at argment",i,"of",
503 arguments,arguments[i]);
504 continue;
505 }
506 if(e.forEach){
507 e.forEach((x)=>f.mv(dest, x));
508
--- src/fossil.dom.js
+++ src/fossil.dom.js
@@ -497,11 +497,11 @@
497 const n = arguments.length;
498 var i = 1;
499 for( ; i < n; ++i ){
500 e = arguments[i];
501 if(!e){
502 console.warn("Achtung: dom.moveChildrenTo() passed a falsy value at argument",i,"of",
503 arguments,arguments[i]);
504 continue;
505 }
506 if(e.forEach){
507 e.forEach((x)=>f.mv(dest, x));
508
+1 -1
--- src/hook.c
+++ src/hook.c
@@ -237,11 +237,11 @@
237237
** --new-rcvid M Pretend that the last rcvid valud is M
238238
** --aux-file NAME NAME is substituted for %A in the script
239239
**
240240
** The --base-rcvid and --new-rcvid options are silently ignored if
241241
** the hook type is not "after-receive". The default values for
242
-** --base-rcvid and --new-rcvid cause the last recieve to be processed.
242
+** --base-rcvid and --new-rcvid cause the last receive to be processed.
243243
*/
244244
void hook_cmd(void){
245245
const char *zCmd;
246246
int nCmd;
247247
db_find_and_open_repository(0, 0);
248248
--- src/hook.c
+++ src/hook.c
@@ -237,11 +237,11 @@
237 ** --new-rcvid M Pretend that the last rcvid valud is M
238 ** --aux-file NAME NAME is substituted for %A in the script
239 **
240 ** The --base-rcvid and --new-rcvid options are silently ignored if
241 ** the hook type is not "after-receive". The default values for
242 ** --base-rcvid and --new-rcvid cause the last recieve to be processed.
243 */
244 void hook_cmd(void){
245 const char *zCmd;
246 int nCmd;
247 db_find_and_open_repository(0, 0);
248
--- src/hook.c
+++ src/hook.c
@@ -237,11 +237,11 @@
237 ** --new-rcvid M Pretend that the last rcvid valud is M
238 ** --aux-file NAME NAME is substituted for %A in the script
239 **
240 ** The --base-rcvid and --new-rcvid options are silently ignored if
241 ** the hook type is not "after-receive". The default values for
242 ** --base-rcvid and --new-rcvid cause the last receive to be processed.
243 */
244 void hook_cmd(void){
245 const char *zCmd;
246 int nCmd;
247 db_find_and_open_repository(0, 0);
248
+1 -1
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607607
608608
/*
609609
** WEBPAGE: test-rename-list
610610
**
611611
** Print a list of all file rename operations throughout history.
612
-** This page is intended for for testing purposes only and may change
612
+** This page is intended for testing purposes only and may change
613613
** or be discontinued without notice.
614614
*/
615615
void test_rename_list_page(void){
616616
Stmt q;
617617
int nRename;
618618
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607
608 /*
609 ** WEBPAGE: test-rename-list
610 **
611 ** Print a list of all file rename operations throughout history.
612 ** This page is intended for for testing purposes only and may change
613 ** or be discontinued without notice.
614 */
615 void test_rename_list_page(void){
616 Stmt q;
617 int nRename;
618
--- src/path.c
+++ src/path.c
@@ -607,11 +607,11 @@
607
608 /*
609 ** WEBPAGE: test-rename-list
610 **
611 ** Print a list of all file rename operations throughout history.
612 ** This page is intended for testing purposes only and may change
613 ** or be discontinued without notice.
614 */
615 void test_rename_list_page(void){
616 Stmt q;
617 int nRename;
618
+1 -1
--- src/regexp.c
+++ src/regexp.c
@@ -811,11 +811,11 @@
811811
** -c|--count Suppress normal output; instead print a count
812812
** of the number of matching files
813813
** -i|--ignore-case Ignore case
814814
** -l|--files-with-matches List only hash for each match
815815
** --once Stop searching after the first match
816
-** -s|--no-messages Suppress error messages about nonexistant
816
+** -s|--no-messages Suppress error messages about nonexistent
817817
** or unreadable files
818818
** -v|--invert-match Invert the sense of matching. Show only
819819
** files that have no matches. Implies -l
820820
** --verbose Show each file as it is analyzed
821821
*/
822822
--- src/regexp.c
+++ src/regexp.c
@@ -811,11 +811,11 @@
811 ** -c|--count Suppress normal output; instead print a count
812 ** of the number of matching files
813 ** -i|--ignore-case Ignore case
814 ** -l|--files-with-matches List only hash for each match
815 ** --once Stop searching after the first match
816 ** -s|--no-messages Suppress error messages about nonexistant
817 ** or unreadable files
818 ** -v|--invert-match Invert the sense of matching. Show only
819 ** files that have no matches. Implies -l
820 ** --verbose Show each file as it is analyzed
821 */
822
--- src/regexp.c
+++ src/regexp.c
@@ -811,11 +811,11 @@
811 ** -c|--count Suppress normal output; instead print a count
812 ** of the number of matching files
813 ** -i|--ignore-case Ignore case
814 ** -l|--files-with-matches List only hash for each match
815 ** --once Stop searching after the first match
816 ** -s|--no-messages Suppress error messages about nonexistent
817 ** or unreadable files
818 ** -v|--invert-match Invert the sense of matching. Show only
819 ** files that have no matches. Implies -l
820 ** --verbose Show each file as it is analyzed
821 */
822
+1 -1
--- src/terminal.c
+++ src/terminal.c
@@ -117,11 +117,11 @@
117117
118118
/*
119119
** COMMAND: test-terminal-size
120120
**
121121
** Show the size of the terminal window from which the command is launched
122
-** as two integers, the width in charaters and the height in lines.
122
+** as two integers, the width in characters and the height in lines.
123123
**
124124
** If the size cannot be determined, two zeros are shown.
125125
*/
126126
void test_terminal_size_cmd(void){
127127
TerminalSize ts;
128128
--- src/terminal.c
+++ src/terminal.c
@@ -117,11 +117,11 @@
117
118 /*
119 ** COMMAND: test-terminal-size
120 **
121 ** Show the size of the terminal window from which the command is launched
122 ** as two integers, the width in charaters and the height in lines.
123 **
124 ** If the size cannot be determined, two zeros are shown.
125 */
126 void test_terminal_size_cmd(void){
127 TerminalSize ts;
128
--- src/terminal.c
+++ src/terminal.c
@@ -117,11 +117,11 @@
117
118 /*
119 ** COMMAND: test-terminal-size
120 **
121 ** Show the size of the terminal window from which the command is launched
122 ** as two integers, the width in characters and the height in lines.
123 **
124 ** If the size cannot be determined, two zeros are shown.
125 */
126 void test_terminal_size_cmd(void){
127 TerminalSize ts;
128
+2 -2
--- src/timeline.c
+++ src/timeline.c
@@ -1643,14 +1643,14 @@
16431643
** p=CHECKIN Parents and ancestors of CHECKIN
16441644
** bt=PRIOR ... going back to PRIOR
16451645
** d=CHECKIN Children and descendants of CHECKIN
16461646
** dp=CHECKIN Same as 'd=CHECKIN&p=CHECKIN'
16471647
** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
1648
-** bt=CHECKIN In conjuction with p=CX, this means show all
1648
+** bt=CHECKIN In conjunction with p=CX, this means show all
16491649
** ancestors of CX going back to the time of CHECKIN.
16501650
** All qualifying check-ins are shown unless there
1651
-** is also an n= or n1= query pararameter.
1651
+** is also an n= or n1= query parameter.
16521652
** t=TAG Show only check-ins with the given TAG
16531653
** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel
16541654
** rel Show related check-ins as well as those matching t=TAG
16551655
** mionly Limit rel to show ancestors but not descendants
16561656
** nowiki Do not show wiki associated with branch or tag
16571657
--- src/timeline.c
+++ src/timeline.c
@@ -1643,14 +1643,14 @@
1643 ** p=CHECKIN Parents and ancestors of CHECKIN
1644 ** bt=PRIOR ... going back to PRIOR
1645 ** d=CHECKIN Children and descendants of CHECKIN
1646 ** dp=CHECKIN Same as 'd=CHECKIN&p=CHECKIN'
1647 ** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
1648 ** bt=CHECKIN In conjuction with p=CX, this means show all
1649 ** ancestors of CX going back to the time of CHECKIN.
1650 ** All qualifying check-ins are shown unless there
1651 ** is also an n= or n1= query pararameter.
1652 ** t=TAG Show only check-ins with the given TAG
1653 ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel
1654 ** rel Show related check-ins as well as those matching t=TAG
1655 ** mionly Limit rel to show ancestors but not descendants
1656 ** nowiki Do not show wiki associated with branch or tag
1657
--- src/timeline.c
+++ src/timeline.c
@@ -1643,14 +1643,14 @@
1643 ** p=CHECKIN Parents and ancestors of CHECKIN
1644 ** bt=PRIOR ... going back to PRIOR
1645 ** d=CHECKIN Children and descendants of CHECKIN
1646 ** dp=CHECKIN Same as 'd=CHECKIN&p=CHECKIN'
1647 ** df=CHECKIN Same as 'd=CHECKIN&n1=all&nd'. Mnemonic: "Derived From"
1648 ** bt=CHECKIN In conjunction with p=CX, this means show all
1649 ** ancestors of CX going back to the time of CHECKIN.
1650 ** All qualifying check-ins are shown unless there
1651 ** is also an n= or n1= query parameter.
1652 ** t=TAG Show only check-ins with the given TAG
1653 ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel
1654 ** rel Show related check-ins as well as those matching t=TAG
1655 ** mionly Limit rel to show ancestors but not descendants
1656 ** nowiki Do not show wiki associated with branch or tag
1657
+2 -2
--- src/tkt.c
+++ src/tkt.c
@@ -1063,11 +1063,11 @@
10631063
** another way) show a list of artifacts associated with a single ticket.
10641064
**
10651065
** By default, the artifacts are decoded and formatted. Text fields
10661066
** are formatted as text/plain, since in the general case Fossil does
10671067
** not have knowledge of the encoding. If the "raw" query parameter
1068
-** is present, then the* undecoded and unformatted text of each artifact
1068
+** is present, then the undecoded and unformatted text of each artifact
10691069
** is displayed.
10701070
*/
10711071
void tkthistory_page(void){
10721072
Stmt q;
10731073
char *zTitle;
@@ -1495,11 +1495,11 @@
14951495
/* read all given ticket field/value pairs from command line */
14961496
if( i==g.argc ){
14971497
fossil_fatal("empty %s command aborted!",g.argv[2]);
14981498
}
14991499
getAllTicketFields();
1500
- /* read commandline and assign fields in the aField[].zValue array */
1500
+ /* read command-line and assign fields in the aField[].zValue array */
15011501
while( i<g.argc ){
15021502
char *zFName;
15031503
char *zFValue;
15041504
int j;
15051505
int append = 0;
15061506
--- src/tkt.c
+++ src/tkt.c
@@ -1063,11 +1063,11 @@
1063 ** another way) show a list of artifacts associated with a single ticket.
1064 **
1065 ** By default, the artifacts are decoded and formatted. Text fields
1066 ** are formatted as text/plain, since in the general case Fossil does
1067 ** not have knowledge of the encoding. If the "raw" query parameter
1068 ** is present, then the* undecoded and unformatted text of each artifact
1069 ** is displayed.
1070 */
1071 void tkthistory_page(void){
1072 Stmt q;
1073 char *zTitle;
@@ -1495,11 +1495,11 @@
1495 /* read all given ticket field/value pairs from command line */
1496 if( i==g.argc ){
1497 fossil_fatal("empty %s command aborted!",g.argv[2]);
1498 }
1499 getAllTicketFields();
1500 /* read commandline and assign fields in the aField[].zValue array */
1501 while( i<g.argc ){
1502 char *zFName;
1503 char *zFValue;
1504 int j;
1505 int append = 0;
1506
--- src/tkt.c
+++ src/tkt.c
@@ -1063,11 +1063,11 @@
1063 ** another way) show a list of artifacts associated with a single ticket.
1064 **
1065 ** By default, the artifacts are decoded and formatted. Text fields
1066 ** are formatted as text/plain, since in the general case Fossil does
1067 ** not have knowledge of the encoding. If the "raw" query parameter
1068 ** is present, then the undecoded and unformatted text of each artifact
1069 ** is displayed.
1070 */
1071 void tkthistory_page(void){
1072 Stmt q;
1073 char *zTitle;
@@ -1495,11 +1495,11 @@
1495 /* read all given ticket field/value pairs from command line */
1496 if( i==g.argc ){
1497 fossil_fatal("empty %s command aborted!",g.argv[2]);
1498 }
1499 getAllTicketFields();
1500 /* read command-line and assign fields in the aField[].zValue array */
1501 while( i<g.argc ){
1502 char *zFName;
1503 char *zFValue;
1504 int j;
1505 int append = 0;
1506
+1 -1
--- src/wiki.c
+++ src/wiki.c
@@ -1109,11 +1109,11 @@
11091109
** until the user explicitly saves it). If passed no page name,
11101110
** the user may select a page from the list on the first UI tab.
11111111
**
11121112
** When creating a new page, the mimetype URL parameter may optionally
11131113
** be used to set its mimetype to one of text/x-fossil-wiki,
1114
-** text/x-markdown, or text/plain, defauling to the former.
1114
+** text/x-markdown, or text/plain, defaulting to the former.
11151115
*/
11161116
void wikiedit_page(void){
11171117
const char *zPageName;
11181118
const char * zMimetype = P("mimetype");
11191119
int isSandbox;
11201120
--- src/wiki.c
+++ src/wiki.c
@@ -1109,11 +1109,11 @@
1109 ** until the user explicitly saves it). If passed no page name,
1110 ** the user may select a page from the list on the first UI tab.
1111 **
1112 ** When creating a new page, the mimetype URL parameter may optionally
1113 ** be used to set its mimetype to one of text/x-fossil-wiki,
1114 ** text/x-markdown, or text/plain, defauling to the former.
1115 */
1116 void wikiedit_page(void){
1117 const char *zPageName;
1118 const char * zMimetype = P("mimetype");
1119 int isSandbox;
1120
--- src/wiki.c
+++ src/wiki.c
@@ -1109,11 +1109,11 @@
1109 ** until the user explicitly saves it). If passed no page name,
1110 ** the user may select a page from the list on the first UI tab.
1111 **
1112 ** When creating a new page, the mimetype URL parameter may optionally
1113 ** be used to set its mimetype to one of text/x-fossil-wiki,
1114 ** text/x-markdown, or text/plain, defaulting to the former.
1115 */
1116 void wikiedit_page(void){
1117 const char *zPageName;
1118 const char * zMimetype = P("mimetype");
1119 int isSandbox;
1120
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -15,11 +15,11 @@
1515
incr i
1616
set nthread [lindex $argv $i]
1717
} elseif {[string index $x 0]=="-"} {
1818
error "unknown option \"$x\""
1919
} elseif {[info exists url]} {
20
- error "unknown argment \"$x\""
20
+ error "unknown argument \"$x\""
2121
} else {
2222
set url $x
2323
}
2424
}
2525
if {![info exists url]} {
2626
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -15,11 +15,11 @@
15 incr i
16 set nthread [lindex $argv $i]
17 } elseif {[string index $x 0]=="-"} {
18 error "unknown option \"$x\""
19 } elseif {[info exists url]} {
20 error "unknown argment \"$x\""
21 } else {
22 set url $x
23 }
24 }
25 if {![info exists url]} {
26
--- tools/fossil-stress.tcl
+++ tools/fossil-stress.tcl
@@ -15,11 +15,11 @@
15 incr i
16 set nthread [lindex $argv $i]
17 } elseif {[string index $x 0]=="-"} {
18 error "unknown option \"$x\""
19 } elseif {[info exists url]} {
20 error "unknown argument \"$x\""
21 } else {
22 set url $x
23 }
24 }
25 if {![info exists url]} {
26

Keyboard Shortcuts

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