Fossil SCM
Minor correction to example comment in Fossil coding introduction.
Commit
22a9fba42862d3b9ce6fc5e29878e6bb7bf5e346
Parent
ba5ab70e96ca7e2…
1 file changed
+1
-1
+1
-1
| --- www/adding_code.wiki | ||
| +++ www/adding_code.wiki | ||
| @@ -69,11 +69,11 @@ | ||
| 69 | 69 | #include "xyzzy.h" |
| 70 | 70 | |
| 71 | 71 | #if INTERFACE |
| 72 | 72 | /* Exported object (structure) definitions or #defines |
| 73 | 73 | ** go here */ |
| 74 | -#endif /* INTEFACE */ | |
| 74 | +#endif /* INTERFACE */ | |
| 75 | 75 | |
| 76 | 76 | /* New code goes here */ |
| 77 | 77 | </verbatim></blockquote> |
| 78 | 78 | |
| 79 | 79 | Note in particular the <b>#include "xyzzy.h"</b> line near the top. |
| 80 | 80 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -69,11 +69,11 @@ | |
| 69 | #include "xyzzy.h" |
| 70 | |
| 71 | #if INTERFACE |
| 72 | /* Exported object (structure) definitions or #defines |
| 73 | ** go here */ |
| 74 | #endif /* INTEFACE */ |
| 75 | |
| 76 | /* New code goes here */ |
| 77 | </verbatim></blockquote> |
| 78 | |
| 79 | Note in particular the <b>#include "xyzzy.h"</b> line near the top. |
| 80 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -69,11 +69,11 @@ | |
| 69 | #include "xyzzy.h" |
| 70 | |
| 71 | #if INTERFACE |
| 72 | /* Exported object (structure) definitions or #defines |
| 73 | ** go here */ |
| 74 | #endif /* INTERFACE */ |
| 75 | |
| 76 | /* New code goes here */ |
| 77 | </verbatim></blockquote> |
| 78 | |
| 79 | Note in particular the <b>#include "xyzzy.h"</b> line near the top. |
| 80 |