Fossil SCM
Fix documentation typos reported on the mailing list.
Commit
7989d7cdbe4923c96d4b795ad7b35ae62454e1111eb9d107562b6a2bbbdf34ae
Parent
323299cb5605ed7…
1 file changed
+4
-4
M
src/db.c
+4
-4
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2841,11 +2841,11 @@ | ||
| 2841 | 2841 | #endif |
| 2842 | 2842 | /* |
| 2843 | 2843 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2844 | 2844 | ** If enabled, the /login page provides a button that will automatically |
| 2845 | 2845 | ** fill in the captcha password. This makes things easier for human users, |
| 2846 | -** at the expense of also making logins easier for malecious robots. | |
| 2846 | +** at the expense of also making logins easier for malicious robots. | |
| 2847 | 2847 | */ |
| 2848 | 2848 | /* |
| 2849 | 2849 | ** SETTING: auto-hyperlink boolean default=on |
| 2850 | 2850 | ** Use javascript to enable hyperlinks on web pages |
| 2851 | 2851 | ** for all users (regardless of the "h" privilege) if the |
| @@ -2914,11 +2914,11 @@ | ||
| 2914 | 2914 | ** line endings. Set to "*" to disable CR+LF checking. |
| 2915 | 2915 | ** The crnl-glob setting is a compatibility alias. |
| 2916 | 2916 | */ |
| 2917 | 2917 | /* |
| 2918 | 2918 | ** SETTING: crnl-glob width=40 versionable block-text |
| 2919 | -** This is an alias for the crlf-glob setting | |
| 2919 | +** This is an alias for the crlf-glob setting. | |
| 2920 | 2920 | */ |
| 2921 | 2921 | /* |
| 2922 | 2922 | ** SETTING: default-perms width=16 default=u |
| 2923 | 2923 | ** Permissions given automatically to new users. For more |
| 2924 | 2924 | ** information on permissions see the Users page in Server |
| @@ -3003,11 +3003,11 @@ | ||
| 3003 | 3003 | ** and "ui" commands. |
| 3004 | 3004 | */ |
| 3005 | 3005 | /* |
| 3006 | 3006 | ** SETTING: https-login boolean default=off |
| 3007 | 3007 | ** If true, then the Fossil web server will redirect unencrypted |
| 3008 | -** login screeen requests to HTTPS. | |
| 3008 | +** login screen requests to HTTPS. | |
| 3009 | 3009 | */ |
| 3010 | 3010 | /* |
| 3011 | 3011 | ** SETTING: ignore-glob width=40 versionable block-text |
| 3012 | 3012 | ** The value is a comma or newline-separated list of GLOB |
| 3013 | 3013 | ** patterns specifying files that the "add", "addremove", |
| @@ -3016,11 +3016,11 @@ | ||
| 3016 | 3016 | ** Example: *.log customCode.c notes.txt |
| 3017 | 3017 | */ |
| 3018 | 3018 | /* |
| 3019 | 3019 | ** SETTING: keep-glob width=40 versionable block-text |
| 3020 | 3020 | ** The value is a comma or newline-separated list of GLOB |
| 3021 | -** patterns specifying files that the "clean" command will keep | |
| 3021 | +** patterns specifying files that the "clean" command will keep. | |
| 3022 | 3022 | */ |
| 3023 | 3023 | /* |
| 3024 | 3024 | ** SETTING: localauth boolean default=off |
| 3025 | 3025 | ** If enabled, require that HTTP connections from |
| 3026 | 3026 | ** 127.0.0.1 be authenticated by password. If |
| 3027 | 3027 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2841,11 +2841,11 @@ | |
| 2841 | #endif |
| 2842 | /* |
| 2843 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2844 | ** If enabled, the /login page provides a button that will automatically |
| 2845 | ** fill in the captcha password. This makes things easier for human users, |
| 2846 | ** at the expense of also making logins easier for malecious robots. |
| 2847 | */ |
| 2848 | /* |
| 2849 | ** SETTING: auto-hyperlink boolean default=on |
| 2850 | ** Use javascript to enable hyperlinks on web pages |
| 2851 | ** for all users (regardless of the "h" privilege) if the |
| @@ -2914,11 +2914,11 @@ | |
| 2914 | ** line endings. Set to "*" to disable CR+LF checking. |
| 2915 | ** The crnl-glob setting is a compatibility alias. |
| 2916 | */ |
| 2917 | /* |
| 2918 | ** SETTING: crnl-glob width=40 versionable block-text |
| 2919 | ** This is an alias for the crlf-glob setting |
| 2920 | */ |
| 2921 | /* |
| 2922 | ** SETTING: default-perms width=16 default=u |
| 2923 | ** Permissions given automatically to new users. For more |
| 2924 | ** information on permissions see the Users page in Server |
| @@ -3003,11 +3003,11 @@ | |
| 3003 | ** and "ui" commands. |
| 3004 | */ |
| 3005 | /* |
| 3006 | ** SETTING: https-login boolean default=off |
| 3007 | ** If true, then the Fossil web server will redirect unencrypted |
| 3008 | ** login screeen requests to HTTPS. |
| 3009 | */ |
| 3010 | /* |
| 3011 | ** SETTING: ignore-glob width=40 versionable block-text |
| 3012 | ** The value is a comma or newline-separated list of GLOB |
| 3013 | ** patterns specifying files that the "add", "addremove", |
| @@ -3016,11 +3016,11 @@ | |
| 3016 | ** Example: *.log customCode.c notes.txt |
| 3017 | */ |
| 3018 | /* |
| 3019 | ** SETTING: keep-glob width=40 versionable block-text |
| 3020 | ** The value is a comma or newline-separated list of GLOB |
| 3021 | ** patterns specifying files that the "clean" command will keep |
| 3022 | */ |
| 3023 | /* |
| 3024 | ** SETTING: localauth boolean default=off |
| 3025 | ** If enabled, require that HTTP connections from |
| 3026 | ** 127.0.0.1 be authenticated by password. If |
| 3027 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2841,11 +2841,11 @@ | |
| 2841 | #endif |
| 2842 | /* |
| 2843 | ** SETTING: auto-captcha boolean default=on variable=autocaptcha |
| 2844 | ** If enabled, the /login page provides a button that will automatically |
| 2845 | ** fill in the captcha password. This makes things easier for human users, |
| 2846 | ** at the expense of also making logins easier for malicious robots. |
| 2847 | */ |
| 2848 | /* |
| 2849 | ** SETTING: auto-hyperlink boolean default=on |
| 2850 | ** Use javascript to enable hyperlinks on web pages |
| 2851 | ** for all users (regardless of the "h" privilege) if the |
| @@ -2914,11 +2914,11 @@ | |
| 2914 | ** line endings. Set to "*" to disable CR+LF checking. |
| 2915 | ** The crnl-glob setting is a compatibility alias. |
| 2916 | */ |
| 2917 | /* |
| 2918 | ** SETTING: crnl-glob width=40 versionable block-text |
| 2919 | ** This is an alias for the crlf-glob setting. |
| 2920 | */ |
| 2921 | /* |
| 2922 | ** SETTING: default-perms width=16 default=u |
| 2923 | ** Permissions given automatically to new users. For more |
| 2924 | ** information on permissions see the Users page in Server |
| @@ -3003,11 +3003,11 @@ | |
| 3003 | ** and "ui" commands. |
| 3004 | */ |
| 3005 | /* |
| 3006 | ** SETTING: https-login boolean default=off |
| 3007 | ** If true, then the Fossil web server will redirect unencrypted |
| 3008 | ** login screen requests to HTTPS. |
| 3009 | */ |
| 3010 | /* |
| 3011 | ** SETTING: ignore-glob width=40 versionable block-text |
| 3012 | ** The value is a comma or newline-separated list of GLOB |
| 3013 | ** patterns specifying files that the "add", "addremove", |
| @@ -3016,11 +3016,11 @@ | |
| 3016 | ** Example: *.log customCode.c notes.txt |
| 3017 | */ |
| 3018 | /* |
| 3019 | ** SETTING: keep-glob width=40 versionable block-text |
| 3020 | ** The value is a comma or newline-separated list of GLOB |
| 3021 | ** patterns specifying files that the "clean" command will keep. |
| 3022 | */ |
| 3023 | /* |
| 3024 | ** SETTING: localauth boolean default=off |
| 3025 | ** If enabled, require that HTTP connections from |
| 3026 | ** 127.0.0.1 be authenticated by password. If |
| 3027 |