Hi,

just found a few typos/missing dots.


-- 
https://www.juef.space/
Index: src/db.c
==================================================================
--- src/db.c
+++ src/db.c
@@ -2841,11 +2841,11 @@
 #endif
 /*
 ** SETTING: auto-captcha    boolean default=on variable=autocaptcha
 ** If enabled, the /login page provides a button that will automatically
 ** fill in the captcha password.  This makes things easier for human users,
-** at the expense of also making logins easier for malecious robots.
+** at the expense of also making logins easier for malicious robots.
 */
 /*
 ** SETTING: auto-hyperlink  boolean default=on
 ** Use javascript to enable hyperlinks on web pages
 ** for all users (regardless of the "h" privilege) if the
@@ -2914,11 +2914,11 @@
 ** line endings. Set to "*" to disable CR+LF checking.
 ** The crnl-glob setting is a compatibility alias.
 */
 /*
 ** SETTING: crnl-glob       width=40 versionable block-text
-** This is an alias for the crlf-glob setting
+** This is an alias for the crlf-glob setting.
 */
 /*
 ** SETTING: default-perms   width=16 default=u
 ** Permissions given automatically to new users.  For more
 ** information on permissions see the Users page in Server
@@ -3003,11 +3003,11 @@
 ** and "ui" commands.
 */
 /*
 ** SETTING: https-login      boolean default=off
 ** If true, then the Fossil web server will redirect unencrypted
-** login screeen requests to HTTPS.
+** login screen requests to HTTPS.
 */
 /*
 ** SETTING: ignore-glob      width=40 versionable block-text
 ** The value is a comma or newline-separated list of GLOB
 ** patterns specifying files that the "add", "addremove",
@@ -3016,11 +3016,11 @@
 ** Example:  *.log customCode.c notes.txt
 */
 /*
 ** SETTING: keep-glob        width=40 versionable block-text
 ** The value is a comma or newline-separated list of GLOB
-** patterns specifying files that the "clean" command will keep
+** patterns specifying files that the "clean" command will keep.
 */
 /*
 ** SETTING: localauth        boolean default=off
 ** If enabled, require that HTTP connections from
 ** 127.0.0.1 be authenticated by password.  If

Attachment: signature.asc
Description: PGP signature

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to