Hello,

Here is a patch to fix a few typos.

Edward Berner

Index: auto.def
==================================================================
--- auto.def
+++ auto.def
@@ -195,7 +195,7 @@
         define-append EXTRA_CFLAGS $cflags
         define-append EXTRA_LDFLAGS $ldflags
         define-append LIBS -lssl -lcrypto
-        msg-result "HTTP support enabled"
+        msg-result "HTTPS support enabled"
 
         # Silence OpenSSL deprecation warnings on Mac OS X 10.7.
         if {[string match *-darwin* [get-define host]]} {

Index: src/main.c
==================================================================
--- src/main.c
+++ src/main.c
@@ -965,7 +965,7 @@
 ** available commands one of:
 **
 **    %fossil help              Show common commands
-**    %fossil help --all        Show both command and auxiliary commands
+**    %fossil help --all        Show both common and auxiliary commands
 **    %fossil help --test       Show test commands only
 **    %fossil help --aux        Show auxiliary commands only
 */

Index: src/printf.c
==================================================================
--- src/printf.c
+++ src/printf.c
@@ -850,7 +850,7 @@
 }
 
 /*
-** Force the the standard output cursor to move to the beginning 
+** Force the standard output cursor to move to the beginning 
 ** of a line, if it is not there already.
 */
 void fossil_force_newline(void){

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to