Fossil SCM

Fix documentation typos reported on the mailing list.

drh 2018-03-12 03:53 trunk
Commit 7989d7cdbe4923c96d4b795ad7b35ae62454e1111eb9d107562b6a2bbbdf34ae
1 file changed +4 -4
+4 -4
--- src/db.c
+++ src/db.c
@@ -2841,11 +2841,11 @@
28412841
#endif
28422842
/*
28432843
** SETTING: auto-captcha boolean default=on variable=autocaptcha
28442844
** If enabled, the /login page provides a button that will automatically
28452845
** 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.
28472847
*/
28482848
/*
28492849
** SETTING: auto-hyperlink boolean default=on
28502850
** Use javascript to enable hyperlinks on web pages
28512851
** for all users (regardless of the "h" privilege) if the
@@ -2914,11 +2914,11 @@
29142914
** line endings. Set to "*" to disable CR+LF checking.
29152915
** The crnl-glob setting is a compatibility alias.
29162916
*/
29172917
/*
29182918
** 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.
29202920
*/
29212921
/*
29222922
** SETTING: default-perms width=16 default=u
29232923
** Permissions given automatically to new users. For more
29242924
** information on permissions see the Users page in Server
@@ -3003,11 +3003,11 @@
30033003
** and "ui" commands.
30043004
*/
30053005
/*
30063006
** SETTING: https-login boolean default=off
30073007
** If true, then the Fossil web server will redirect unencrypted
3008
-** login screeen requests to HTTPS.
3008
+** login screen requests to HTTPS.
30093009
*/
30103010
/*
30113011
** SETTING: ignore-glob width=40 versionable block-text
30123012
** The value is a comma or newline-separated list of GLOB
30133013
** patterns specifying files that the "add", "addremove",
@@ -3016,11 +3016,11 @@
30163016
** Example: *.log customCode.c notes.txt
30173017
*/
30183018
/*
30193019
** SETTING: keep-glob width=40 versionable block-text
30203020
** 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.
30223022
*/
30233023
/*
30243024
** SETTING: localauth boolean default=off
30253025
** If enabled, require that HTTP connections from
30263026
** 127.0.0.1 be authenticated by password. If
30273027
--- 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

Keyboard Shortcuts

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