Fossil SCM

Typo fixes from Edward Berner.

stephan 2013-01-27 11:24 trunk
Commit 0421c136f2979ddcf2a31d1f7408c9a0e25916f3
3 files changed +1 -1 +1 -1 +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -193,11 +193,11 @@
193193
if {$found} {
194194
define FOSSIL_ENABLE_SSL
195195
define-append EXTRA_CFLAGS $cflags
196196
define-append EXTRA_LDFLAGS $ldflags
197197
define-append LIBS -lssl -lcrypto
198
- msg-result "HTTP support enabled"
198
+ msg-result "HTTPS support enabled"
199199
200200
# Silence OpenSSL deprecation warnings on Mac OS X 10.7.
201201
if {[string match *-darwin* [get-define host]]} {
202202
if {[cctest -cflags {-Wdeprecated-declarations}]} {
203203
define-append EXTRA_CFLAGS -Wdeprecated-declarations
204204
--- auto.def
+++ auto.def
@@ -193,11 +193,11 @@
193 if {$found} {
194 define FOSSIL_ENABLE_SSL
195 define-append EXTRA_CFLAGS $cflags
196 define-append EXTRA_LDFLAGS $ldflags
197 define-append LIBS -lssl -lcrypto
198 msg-result "HTTP support enabled"
199
200 # Silence OpenSSL deprecation warnings on Mac OS X 10.7.
201 if {[string match *-darwin* [get-define host]]} {
202 if {[cctest -cflags {-Wdeprecated-declarations}]} {
203 define-append EXTRA_CFLAGS -Wdeprecated-declarations
204
--- auto.def
+++ auto.def
@@ -193,11 +193,11 @@
193 if {$found} {
194 define FOSSIL_ENABLE_SSL
195 define-append EXTRA_CFLAGS $cflags
196 define-append EXTRA_LDFLAGS $ldflags
197 define-append LIBS -lssl -lcrypto
198 msg-result "HTTPS support enabled"
199
200 # Silence OpenSSL deprecation warnings on Mac OS X 10.7.
201 if {[string match *-darwin* [get-define host]]} {
202 if {[cctest -cflags {-Wdeprecated-declarations}]} {
203 define-append EXTRA_CFLAGS -Wdeprecated-declarations
204
+1 -1
--- src/main.c
+++ src/main.c
@@ -963,11 +963,11 @@
963963
**
964964
** Display information on how to use COMMAND. To display a list of
965965
** available commands one of:
966966
**
967967
** %fossil help Show common commands
968
-** %fossil help --all Show both command and auxiliary commands
968
+** %fossil help --all Show both common and auxiliary commands
969969
** %fossil help --test Show test commands only
970970
** %fossil help --aux Show auxiliary commands only
971971
*/
972972
void help_cmd(void){
973973
int rc, idx;
974974
--- src/main.c
+++ src/main.c
@@ -963,11 +963,11 @@
963 **
964 ** Display information on how to use COMMAND. To display a list of
965 ** available commands one of:
966 **
967 ** %fossil help Show common commands
968 ** %fossil help --all Show both command and auxiliary commands
969 ** %fossil help --test Show test commands only
970 ** %fossil help --aux Show auxiliary commands only
971 */
972 void help_cmd(void){
973 int rc, idx;
974
--- src/main.c
+++ src/main.c
@@ -963,11 +963,11 @@
963 **
964 ** Display information on how to use COMMAND. To display a list of
965 ** available commands one of:
966 **
967 ** %fossil help Show common commands
968 ** %fossil help --all Show both common and auxiliary commands
969 ** %fossil help --test Show test commands only
970 ** %fossil help --aux Show auxiliary commands only
971 */
972 void help_cmd(void){
973 int rc, idx;
974
+1 -1
--- src/printf.c
+++ src/printf.c
@@ -848,11 +848,11 @@
848848
fwrite(z, 1, n, toStdErr ? stderr : stdout);
849849
fflush(toStdErr ? stderr : stdout);
850850
}
851851
852852
/*
853
-** Force the the standard output cursor to move to the beginning
853
+** Force the standard output cursor to move to the beginning
854854
** of a line, if it is not there already.
855855
*/
856856
void fossil_force_newline(void){
857857
if( g.cgiOutput==0 && stdoutAtBOL==0 ) fossil_puts("\n", 0);
858858
}
859859
--- src/printf.c
+++ src/printf.c
@@ -848,11 +848,11 @@
848 fwrite(z, 1, n, toStdErr ? stderr : stdout);
849 fflush(toStdErr ? stderr : stdout);
850 }
851
852 /*
853 ** Force the the standard output cursor to move to the beginning
854 ** of a line, if it is not there already.
855 */
856 void fossil_force_newline(void){
857 if( g.cgiOutput==0 && stdoutAtBOL==0 ) fossil_puts("\n", 0);
858 }
859
--- src/printf.c
+++ src/printf.c
@@ -848,11 +848,11 @@
848 fwrite(z, 1, n, toStdErr ? stderr : stdout);
849 fflush(toStdErr ? stderr : stdout);
850 }
851
852 /*
853 ** Force the standard output cursor to move to the beginning
854 ** of a line, if it is not there already.
855 */
856 void fossil_force_newline(void){
857 if( g.cgiOutput==0 && stdoutAtBOL==0 ) fossil_puts("\n", 0);
858 }
859

Keyboard Shortcuts

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