Fossil SCM
Fix typos in help and other console output.
Commit
2f78b2cb413d4fccde8d8557136d3653cb32c477abc47212a3d4622dabda35fd
Parent
808127afa2730fd…
15 files changed
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+1
-1
+2
-2
+2
-2
+1
-1
+1
-1
+1
-1
| --- src/backoffice.c | ||
| +++ src/backoffice.c | ||
| @@ -663,11 +663,11 @@ | ||
| 663 | 663 | ** processing happens periodically. Or, the --poll option can be used |
| 664 | 664 | ** to run this command as a daemon that will periodically invoke backoffice |
| 665 | 665 | ** on a collection of repositories. |
| 666 | 666 | ** |
| 667 | 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 | |
| 668 | +** backoffice work is done in-process. But if there are multiple repositories | |
| 669 | 669 | ** or if --poll is used, a separate sub-process is started for each poll of |
| 670 | 670 | ** each repository. |
| 671 | 671 | ** |
| 672 | 672 | ** Standard options: |
| 673 | 673 | ** |
| 674 | 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 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 @@ | ||
| 1379 | 1379 | /* |
| 1380 | 1380 | ** COMMAND: test-escaped-arg |
| 1381 | 1381 | ** |
| 1382 | 1382 | ** Usage %fossil ARG ... |
| 1383 | 1383 | ** |
| 1384 | -** Run each argment through blob_append_escaped_arg() and show the | |
| 1384 | +** Run each argument through blob_append_escaped_arg() and show the | |
| 1385 | 1385 | ** result. Append each argument to "fossil test-echo" and run that |
| 1386 | 1386 | ** using fossil_system() to verify that it really does get escaped |
| 1387 | 1387 | ** correctly. |
| 1388 | 1388 | */ |
| 1389 | 1389 | void test_escaped_arg__cmd(void){ |
| 1390 | 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 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 @@ | ||
| 722 | 722 | ** |
| 723 | 723 | ** When there is no SUBCOMMAND (when this command is simply "fossil chat") |
| 724 | 724 | ** the response is to bring up a web-browser window to the chatroom |
| 725 | 725 | ** on the default system web-browser. You can accomplish the same by |
| 726 | 726 | ** 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. | |
| 728 | 728 | ** |
| 729 | 729 | ** The following subcommands are supported: |
| 730 | 730 | ** |
| 731 | 731 | ** > fossil chat send [ARGUMENTS] |
| 732 | 732 | ** |
| 733 | 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 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 |
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3996,11 +3996,11 @@ | ||
| 3996 | 3996 | ** This is the number of seconds that a check-in lock will be held on |
| 3997 | 3997 | ** the server before the lock expires. The default is a 60-second delay. |
| 3998 | 3998 | ** Set this value to zero to disable the check-in lock mechanism. |
| 3999 | 3999 | ** |
| 4000 | 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 | |
| 4001 | +** their work. This setting has no effect on client repositories. The | |
| 4002 | 4002 | ** check-in lock mechanism is only effective if all users are auto-syncing |
| 4003 | 4003 | ** to the same server. |
| 4004 | 4004 | ** |
| 4005 | 4005 | ** Check-in locks are an advisory mechanism designed to help prevent |
| 4006 | 4006 | ** accidental forks due to a check-in race in installations where many |
| 4007 | 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 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 @@ | ||
| 143 | 143 | ** so that the secondary CGI can be aware of the credentials and |
| 144 | 144 | ** capabilities of the Fossil user. |
| 145 | 145 | ** |
| 146 | 146 | ** The /ext page is only functional if the "extroot: DIR" setting is |
| 147 | 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 | |
| 148 | +** flag is present when Fossil is launched using the "server", "ui", or | |
| 149 | 149 | ** "http" commands. DIR must be an absolute pathname (relative to the |
| 150 | 150 | ** chroot jail) of the root of the file hierarchy that implements the CGI |
| 151 | 151 | ** functionality. Executable files are CGI. Non-executable files are |
| 152 | 152 | ** static content. |
| 153 | 153 | ** |
| 154 | 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 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 @@ | ||
| 762 | 762 | ** name=X REQUIRED. The hash of the post to display. |
| 763 | 763 | ** t=a Automatic display mode, i.e. hierarchical for |
| 764 | 764 | ** desktop and chronological for mobile. This is the |
| 765 | 765 | ** default if the "t" query parameter is omitted. |
| 766 | 766 | ** 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. | |
| 768 | 768 | ** t=s Show only the post specified by "name=X". |
| 769 | 769 | ** t=r Alias for "t=c&unf&hist". |
| 770 | 770 | ** t=y Alias for "t=s&unf&hist". |
| 771 | 771 | ** raw Alias for "t=s&unf". Additionally, omit the border |
| 772 | 772 | ** around the post, and ignore "t" and "hist". |
| 773 | 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 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 |
+1
-1
| --- src/fossil.dom.js | ||
| +++ src/fossil.dom.js | ||
| @@ -497,11 +497,11 @@ | ||
| 497 | 497 | const n = arguments.length; |
| 498 | 498 | var i = 1; |
| 499 | 499 | for( ; i < n; ++i ){ |
| 500 | 500 | e = arguments[i]; |
| 501 | 501 | 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", | |
| 503 | 503 | arguments,arguments[i]); |
| 504 | 504 | continue; |
| 505 | 505 | } |
| 506 | 506 | if(e.forEach){ |
| 507 | 507 | e.forEach((x)=>f.mv(dest, x)); |
| 508 | 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 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 @@ | ||
| 237 | 237 | ** --new-rcvid M Pretend that the last rcvid valud is M |
| 238 | 238 | ** --aux-file NAME NAME is substituted for %A in the script |
| 239 | 239 | ** |
| 240 | 240 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 241 | 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. | |
| 242 | +** --base-rcvid and --new-rcvid cause the last receive to be processed. | |
| 243 | 243 | */ |
| 244 | 244 | void hook_cmd(void){ |
| 245 | 245 | const char *zCmd; |
| 246 | 246 | int nCmd; |
| 247 | 247 | db_find_and_open_repository(0, 0); |
| 248 | 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 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 @@ | ||
| 607 | 607 | |
| 608 | 608 | /* |
| 609 | 609 | ** WEBPAGE: test-rename-list |
| 610 | 610 | ** |
| 611 | 611 | ** 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 | |
| 613 | 613 | ** or be discontinued without notice. |
| 614 | 614 | */ |
| 615 | 615 | void test_rename_list_page(void){ |
| 616 | 616 | Stmt q; |
| 617 | 617 | int nRename; |
| 618 | 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 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 @@ | ||
| 811 | 811 | ** -c|--count Suppress normal output; instead print a count |
| 812 | 812 | ** of the number of matching files |
| 813 | 813 | ** -i|--ignore-case Ignore case |
| 814 | 814 | ** -l|--files-with-matches List only hash for each match |
| 815 | 815 | ** --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 | |
| 817 | 817 | ** or unreadable files |
| 818 | 818 | ** -v|--invert-match Invert the sense of matching. Show only |
| 819 | 819 | ** files that have no matches. Implies -l |
| 820 | 820 | ** --verbose Show each file as it is analyzed |
| 821 | 821 | */ |
| 822 | 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 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 @@ | ||
| 117 | 117 | |
| 118 | 118 | /* |
| 119 | 119 | ** COMMAND: test-terminal-size |
| 120 | 120 | ** |
| 121 | 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. | |
| 122 | +** as two integers, the width in characters and the height in lines. | |
| 123 | 123 | ** |
| 124 | 124 | ** If the size cannot be determined, two zeros are shown. |
| 125 | 125 | */ |
| 126 | 126 | void test_terminal_size_cmd(void){ |
| 127 | 127 | TerminalSize ts; |
| 128 | 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 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 @@ | ||
| 1643 | 1643 | ** p=CHECKIN Parents and ancestors of CHECKIN |
| 1644 | 1644 | ** bt=PRIOR ... going back to PRIOR |
| 1645 | 1645 | ** d=CHECKIN Children and descendants of CHECKIN |
| 1646 | 1646 | ** dp=CHECKIN Same as 'd=CHECKIN&p=CHECKIN' |
| 1647 | 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 | |
| 1648 | +** bt=CHECKIN In conjunction with p=CX, this means show all | |
| 1649 | 1649 | ** ancestors of CX going back to the time of CHECKIN. |
| 1650 | 1650 | ** 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. | |
| 1652 | 1652 | ** t=TAG Show only check-ins with the given TAG |
| 1653 | 1653 | ** r=TAG Show check-ins related to TAG, equivalent to t=TAG&rel |
| 1654 | 1654 | ** rel Show related check-ins as well as those matching t=TAG |
| 1655 | 1655 | ** mionly Limit rel to show ancestors but not descendants |
| 1656 | 1656 | ** nowiki Do not show wiki associated with branch or tag |
| 1657 | 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 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 @@ | ||
| 1063 | 1063 | ** another way) show a list of artifacts associated with a single ticket. |
| 1064 | 1064 | ** |
| 1065 | 1065 | ** By default, the artifacts are decoded and formatted. Text fields |
| 1066 | 1066 | ** are formatted as text/plain, since in the general case Fossil does |
| 1067 | 1067 | ** 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 | |
| 1069 | 1069 | ** is displayed. |
| 1070 | 1070 | */ |
| 1071 | 1071 | void tkthistory_page(void){ |
| 1072 | 1072 | Stmt q; |
| 1073 | 1073 | char *zTitle; |
| @@ -1495,11 +1495,11 @@ | ||
| 1495 | 1495 | /* read all given ticket field/value pairs from command line */ |
| 1496 | 1496 | if( i==g.argc ){ |
| 1497 | 1497 | fossil_fatal("empty %s command aborted!",g.argv[2]); |
| 1498 | 1498 | } |
| 1499 | 1499 | getAllTicketFields(); |
| 1500 | - /* read commandline and assign fields in the aField[].zValue array */ | |
| 1500 | + /* read command-line and assign fields in the aField[].zValue array */ | |
| 1501 | 1501 | while( i<g.argc ){ |
| 1502 | 1502 | char *zFName; |
| 1503 | 1503 | char *zFValue; |
| 1504 | 1504 | int j; |
| 1505 | 1505 | int append = 0; |
| 1506 | 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 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 @@ | ||
| 1109 | 1109 | ** until the user explicitly saves it). If passed no page name, |
| 1110 | 1110 | ** the user may select a page from the list on the first UI tab. |
| 1111 | 1111 | ** |
| 1112 | 1112 | ** When creating a new page, the mimetype URL parameter may optionally |
| 1113 | 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. | |
| 1114 | +** text/x-markdown, or text/plain, defaulting to the former. | |
| 1115 | 1115 | */ |
| 1116 | 1116 | void wikiedit_page(void){ |
| 1117 | 1117 | const char *zPageName; |
| 1118 | 1118 | const char * zMimetype = P("mimetype"); |
| 1119 | 1119 | int isSandbox; |
| 1120 | 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, 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 |
+1
-1
| --- tools/fossil-stress.tcl | ||
| +++ tools/fossil-stress.tcl | ||
| @@ -15,11 +15,11 @@ | ||
| 15 | 15 | incr i |
| 16 | 16 | set nthread [lindex $argv $i] |
| 17 | 17 | } elseif {[string index $x 0]=="-"} { |
| 18 | 18 | error "unknown option \"$x\"" |
| 19 | 19 | } elseif {[info exists url]} { |
| 20 | - error "unknown argment \"$x\"" | |
| 20 | + error "unknown argument \"$x\"" | |
| 21 | 21 | } else { |
| 22 | 22 | set url $x |
| 23 | 23 | } |
| 24 | 24 | } |
| 25 | 25 | if {![info exists url]} { |
| 26 | 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 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 |