Fossil SCM
fixed typo as suggested on ML
Commit
565d1b0a3880421eab48fc43db529ab80d424aba
Parent
acc0200a4ab9b4c…
1 file changed
+1
-1
+1
-1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1883,11 +1883,11 @@ | ||
| 1883 | 1883 | style_header("Raw SQL Commands"); |
| 1884 | 1884 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1885 | 1885 | @ run by this page. You can do serious and irrepairable damage to the |
| 1886 | 1886 | @ repository. Proceed with extreme caution.</p> |
| 1887 | 1887 | @ |
| 1888 | - @ <p>Only a the first statement in the entry box will be run. | |
| 1888 | + @ <p>Only the first statement in the entry box will be run. | |
| 1889 | 1889 | @ Any subsequent statements will be silently ignored.</p> |
| 1890 | 1890 | @ |
| 1891 | 1891 | @ <p>Database names:<ul><li>repository → %s(db_name("repository")) |
| 1892 | 1892 | if( g.zConfigDbName ){ |
| 1893 | 1893 | @ <li>config → %s(db_name("configdb")) |
| 1894 | 1894 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1883,11 +1883,11 @@ | |
| 1883 | style_header("Raw SQL Commands"); |
| 1884 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1885 | @ run by this page. You can do serious and irrepairable damage to the |
| 1886 | @ repository. Proceed with extreme caution.</p> |
| 1887 | @ |
| 1888 | @ <p>Only a the first statement in the entry box will be run. |
| 1889 | @ Any subsequent statements will be silently ignored.</p> |
| 1890 | @ |
| 1891 | @ <p>Database names:<ul><li>repository → %s(db_name("repository")) |
| 1892 | if( g.zConfigDbName ){ |
| 1893 | @ <li>config → %s(db_name("configdb")) |
| 1894 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1883,11 +1883,11 @@ | |
| 1883 | style_header("Raw SQL Commands"); |
| 1884 | @ <p><b>Caution:</b> There are no restrictions on the SQL that can be |
| 1885 | @ run by this page. You can do serious and irrepairable damage to the |
| 1886 | @ repository. Proceed with extreme caution.</p> |
| 1887 | @ |
| 1888 | @ <p>Only the first statement in the entry box will be run. |
| 1889 | @ Any subsequent statements will be silently ignored.</p> |
| 1890 | @ |
| 1891 | @ <p>Database names:<ul><li>repository → %s(db_name("repository")) |
| 1892 | if( g.zConfigDbName ){ |
| 1893 | @ <li>config → %s(db_name("configdb")) |
| 1894 |