Fossil SCM
Fix two identical help text typos reported in [forum:1f641ab8dd|forum post 1f641ab8dd].
Commit
277437dd59b0ec615da84539541371ade5929c259964e8418dd3c67f0b61e0dc
Parent
28a84e75929e6ed…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/hook.c | ||
| +++ src/hook.c | ||
| @@ -233,11 +233,11 @@ | ||
| 233 | 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | 234 | ** Options: |
| 235 | 235 | ** |
| 236 | 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | 237 | ** --base-rcvid N Pretend that the hook-last-rcvid value is N |
| 238 | -** --new-rcvid M Pretend that the last rcvid valud is M | |
| 238 | +** --new-rcvid M Pretend that the last rcvid value is M | |
| 239 | 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | 240 | ** |
| 241 | 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | 242 | ** the hook type is not "after-receive". The default values for |
| 243 | 243 | ** --base-rcvid and --new-rcvid cause the last receive to be processed. |
| 244 | 244 |
| --- src/hook.c | |
| +++ src/hook.c | |
| @@ -233,11 +233,11 @@ | |
| 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | ** Options: |
| 235 | ** |
| 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | ** --base-rcvid N Pretend that the hook-last-rcvid value is N |
| 238 | ** --new-rcvid M Pretend that the last rcvid valud is M |
| 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | ** |
| 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | ** the hook type is not "after-receive". The default values for |
| 243 | ** --base-rcvid and --new-rcvid cause the last receive to be processed. |
| 244 |
| --- src/hook.c | |
| +++ src/hook.c | |
| @@ -233,11 +233,11 @@ | |
| 233 | ** Run the hook script given by ID for testing purposes. |
| 234 | ** Options: |
| 235 | ** |
| 236 | ** --dry-run Print the script on stdout rather than run it |
| 237 | ** --base-rcvid N Pretend that the hook-last-rcvid value is N |
| 238 | ** --new-rcvid M Pretend that the last rcvid value is M |
| 239 | ** --aux-file NAME NAME is substituted for %A in the script |
| 240 | ** |
| 241 | ** The --base-rcvid and --new-rcvid options are silently ignored if |
| 242 | ** the hook type is not "after-receive". The default values for |
| 243 | ** --base-rcvid and --new-rcvid cause the last receive to be processed. |
| 244 |
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -1635,11 +1635,11 @@ | ||
| 1635 | 1635 | |
| 1636 | 1636 | /* |
| 1637 | 1637 | ** Return true if it is appropriate to redirect requests to HTTPS. |
| 1638 | 1638 | ** |
| 1639 | 1639 | ** Redirect to https is appropriate if all of the above are true: |
| 1640 | -** (1) The redirect-to-https flag has a valud of iLevel or greater. | |
| 1640 | +** (1) The redirect-to-https flag has a value of iLevel or greater. | |
| 1641 | 1641 | ** (2) The current connection is http, not https or ssh |
| 1642 | 1642 | ** (3) The sslNotAvailable flag is clear |
| 1643 | 1643 | */ |
| 1644 | 1644 | int fossil_wants_https(int iLevel){ |
| 1645 | 1645 | if( g.sslNotAvailable ) return 0; |
| 1646 | 1646 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1635,11 +1635,11 @@ | |
| 1635 | |
| 1636 | /* |
| 1637 | ** Return true if it is appropriate to redirect requests to HTTPS. |
| 1638 | ** |
| 1639 | ** Redirect to https is appropriate if all of the above are true: |
| 1640 | ** (1) The redirect-to-https flag has a valud of iLevel or greater. |
| 1641 | ** (2) The current connection is http, not https or ssh |
| 1642 | ** (3) The sslNotAvailable flag is clear |
| 1643 | */ |
| 1644 | int fossil_wants_https(int iLevel){ |
| 1645 | if( g.sslNotAvailable ) return 0; |
| 1646 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -1635,11 +1635,11 @@ | |
| 1635 | |
| 1636 | /* |
| 1637 | ** Return true if it is appropriate to redirect requests to HTTPS. |
| 1638 | ** |
| 1639 | ** Redirect to https is appropriate if all of the above are true: |
| 1640 | ** (1) The redirect-to-https flag has a value of iLevel or greater. |
| 1641 | ** (2) The current connection is http, not https or ssh |
| 1642 | ** (3) The sslNotAvailable flag is clear |
| 1643 | */ |
| 1644 | int fossil_wants_https(int iLevel){ |
| 1645 | if( g.sslNotAvailable ) return 0; |
| 1646 |