Fossil SCM
Typo fixes from Edward Berner.
Commit
0421c136f2979ddcf2a31d1f7408c9a0e25916f3
Parent
b178bcb897f1862…
3 files changed
+1
-1
+1
-1
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -193,11 +193,11 @@ | ||
| 193 | 193 | if {$found} { |
| 194 | 194 | define FOSSIL_ENABLE_SSL |
| 195 | 195 | define-append EXTRA_CFLAGS $cflags |
| 196 | 196 | define-append EXTRA_LDFLAGS $ldflags |
| 197 | 197 | define-append LIBS -lssl -lcrypto |
| 198 | - msg-result "HTTP support enabled" | |
| 198 | + msg-result "HTTPS support enabled" | |
| 199 | 199 | |
| 200 | 200 | # Silence OpenSSL deprecation warnings on Mac OS X 10.7. |
| 201 | 201 | if {[string match *-darwin* [get-define host]]} { |
| 202 | 202 | if {[cctest -cflags {-Wdeprecated-declarations}]} { |
| 203 | 203 | define-append EXTRA_CFLAGS -Wdeprecated-declarations |
| 204 | 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 "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 @@ | ||
| 963 | 963 | ** |
| 964 | 964 | ** Display information on how to use COMMAND. To display a list of |
| 965 | 965 | ** available commands one of: |
| 966 | 966 | ** |
| 967 | 967 | ** %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 | |
| 969 | 969 | ** %fossil help --test Show test commands only |
| 970 | 970 | ** %fossil help --aux Show auxiliary commands only |
| 971 | 971 | */ |
| 972 | 972 | void help_cmd(void){ |
| 973 | 973 | int rc, idx; |
| 974 | 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 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 @@ | ||
| 848 | 848 | fwrite(z, 1, n, toStdErr ? stderr : stdout); |
| 849 | 849 | fflush(toStdErr ? stderr : stdout); |
| 850 | 850 | } |
| 851 | 851 | |
| 852 | 852 | /* |
| 853 | -** Force the the standard output cursor to move to the beginning | |
| 853 | +** Force the standard output cursor to move to the beginning | |
| 854 | 854 | ** of a line, if it is not there already. |
| 855 | 855 | */ |
| 856 | 856 | void fossil_force_newline(void){ |
| 857 | 857 | if( g.cgiOutput==0 && stdoutAtBOL==0 ) fossil_puts("\n", 0); |
| 858 | 858 | } |
| 859 | 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 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 |