Fossil SCM
Fix typo on the 418 status code name.
Commit
f39c878fe196db9eae2cc9a000e3e6af6ecbc21ee6d2bbea321fb5c348d4264c
Parent
40266bf9b2917bf…
1 file changed
+1
-1
+1
-1
| --- src/cgi.c | ||
| +++ src/cgi.c | ||
| @@ -1547,11 +1547,11 @@ | ||
| 1547 | 1547 | @ |
| 1548 | 1548 | @ <p>If you believe you are innocent and have reached this page in error, |
| 1549 | 1549 | @ contact the Fossil developers on the Fossil-SCM Forum. Type |
| 1550 | 1550 | @ "fossil-scm forum" into any search engine to locate the Fossil-SCM Forum. |
| 1551 | 1551 | style_finish_page(); |
| 1552 | - cgi_set_status(418,"I'm a teapotgrep "); | |
| 1552 | + cgi_set_status(418,"I'm a teapot"); | |
| 1553 | 1553 | cgi_reply(); |
| 1554 | 1554 | fossil_errorlog("possible hack attempt - 418 response"); |
| 1555 | 1555 | exit(0); |
| 1556 | 1556 | } |
| 1557 | 1557 | |
| 1558 | 1558 |
| --- src/cgi.c | |
| +++ src/cgi.c | |
| @@ -1547,11 +1547,11 @@ | |
| 1547 | @ |
| 1548 | @ <p>If you believe you are innocent and have reached this page in error, |
| 1549 | @ contact the Fossil developers on the Fossil-SCM Forum. Type |
| 1550 | @ "fossil-scm forum" into any search engine to locate the Fossil-SCM Forum. |
| 1551 | style_finish_page(); |
| 1552 | cgi_set_status(418,"I'm a teapotgrep "); |
| 1553 | cgi_reply(); |
| 1554 | fossil_errorlog("possible hack attempt - 418 response"); |
| 1555 | exit(0); |
| 1556 | } |
| 1557 | |
| 1558 |
| --- src/cgi.c | |
| +++ src/cgi.c | |
| @@ -1547,11 +1547,11 @@ | |
| 1547 | @ |
| 1548 | @ <p>If you believe you are innocent and have reached this page in error, |
| 1549 | @ contact the Fossil developers on the Fossil-SCM Forum. Type |
| 1550 | @ "fossil-scm forum" into any search engine to locate the Fossil-SCM Forum. |
| 1551 | style_finish_page(); |
| 1552 | cgi_set_status(418,"I'm a teapot"); |
| 1553 | cgi_reply(); |
| 1554 | fossil_errorlog("possible hack attempt - 418 response"); |
| 1555 | exit(0); |
| 1556 | } |
| 1557 | |
| 1558 |