Fossil SCM
Fix typo in test_markdown_render function name. (no functional change since the command name was okay).
Commit
c94b49add807c52f397e14444ccaed81a1fee880
Parent
67f5df3b59981a2…
1 file changed
+1
-1
+1
-1
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -1423,11 +1423,11 @@ | ||
| 1423 | 1423 | ** Usage: %fossil test-markdown-render FILE |
| 1424 | 1424 | ** |
| 1425 | 1425 | ** Render markdown wiki from FILE to stdout. |
| 1426 | 1426 | ** |
| 1427 | 1427 | */ |
| 1428 | -void test_markhown_render(void){ | |
| 1428 | +void test_markdown_render(void){ | |
| 1429 | 1429 | Blob in, out; |
| 1430 | 1430 | db_find_and_open_repository(0,0); |
| 1431 | 1431 | verify_all_options(); |
| 1432 | 1432 | if( g.argc!=3 ) usage("FILE"); |
| 1433 | 1433 | blob_zero(&out); |
| 1434 | 1434 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1423,11 +1423,11 @@ | |
| 1423 | ** Usage: %fossil test-markdown-render FILE |
| 1424 | ** |
| 1425 | ** Render markdown wiki from FILE to stdout. |
| 1426 | ** |
| 1427 | */ |
| 1428 | void test_markhown_render(void){ |
| 1429 | Blob in, out; |
| 1430 | db_find_and_open_repository(0,0); |
| 1431 | verify_all_options(); |
| 1432 | if( g.argc!=3 ) usage("FILE"); |
| 1433 | blob_zero(&out); |
| 1434 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -1423,11 +1423,11 @@ | |
| 1423 | ** Usage: %fossil test-markdown-render FILE |
| 1424 | ** |
| 1425 | ** Render markdown wiki from FILE to stdout. |
| 1426 | ** |
| 1427 | */ |
| 1428 | void test_markdown_render(void){ |
| 1429 | Blob in, out; |
| 1430 | db_find_and_open_repository(0,0); |
| 1431 | verify_all_options(); |
| 1432 | if( g.argc!=3 ) usage("FILE"); |
| 1433 | blob_zero(&out); |
| 1434 |