Fossil SCM
fix typo in error msg
Commit
dc87a9075b26d1bd1b629c73a7487020cfd100f2
Parent
91472616bfe48ba…
1 file changed
+1
-1
+1
-1
| --- src/xfer.c | ||
| +++ src/xfer.c | ||
| @@ -811,11 +811,11 @@ | ||
| 811 | 811 | login_set_anon_nobody_capabilities(); |
| 812 | 812 | memset(&xfer, 0, sizeof(xfer)); |
| 813 | 813 | blobarray_zero(xfer.aToken, count(xfer.aToken)); |
| 814 | 814 | cgi_set_content_type(g.zContentType); |
| 815 | 815 | if( db_schema_is_outofdate() ){ |
| 816 | - @ error database\sschema\sis\out-of-date\son\sthe\sserver. | |
| 816 | + @ error database\sschema\sis\sout-of-date\son\sthe\sserver. | |
| 817 | 817 | return; |
| 818 | 818 | } |
| 819 | 819 | blob_zero(&xfer.err); |
| 820 | 820 | xfer.pIn = &g.cgiIn; |
| 821 | 821 | xfer.pOut = cgi_output_blob(); |
| 822 | 822 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -811,11 +811,11 @@ | |
| 811 | login_set_anon_nobody_capabilities(); |
| 812 | memset(&xfer, 0, sizeof(xfer)); |
| 813 | blobarray_zero(xfer.aToken, count(xfer.aToken)); |
| 814 | cgi_set_content_type(g.zContentType); |
| 815 | if( db_schema_is_outofdate() ){ |
| 816 | @ error database\sschema\sis\out-of-date\son\sthe\sserver. |
| 817 | return; |
| 818 | } |
| 819 | blob_zero(&xfer.err); |
| 820 | xfer.pIn = &g.cgiIn; |
| 821 | xfer.pOut = cgi_output_blob(); |
| 822 |
| --- src/xfer.c | |
| +++ src/xfer.c | |
| @@ -811,11 +811,11 @@ | |
| 811 | login_set_anon_nobody_capabilities(); |
| 812 | memset(&xfer, 0, sizeof(xfer)); |
| 813 | blobarray_zero(xfer.aToken, count(xfer.aToken)); |
| 814 | cgi_set_content_type(g.zContentType); |
| 815 | if( db_schema_is_outofdate() ){ |
| 816 | @ error database\sschema\sis\sout-of-date\son\sthe\sserver. |
| 817 | return; |
| 818 | } |
| 819 | blob_zero(&xfer.err); |
| 820 | xfer.pIn = &g.cgiIn; |
| 821 | xfer.pOut = cgi_output_blob(); |
| 822 |