summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-02-20 23:22:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-02-20 23:22:31 +0000
commitc16b6ba8fa1cb544a299597924eb4f6dc023a38d (patch)
tree597e3c1cfe577f24c88b78fcdfb2ce4f39c54e98 /desktop
parentc422f860e525062c41a38fe72d8cfdf832adc978 (diff)
downloadnetsurf-c16b6ba8fa1cb544a299597924eb4f6dc023a38d.tar.gz
netsurf-c16b6ba8fa1cb544a299597924eb4f6dc023a38d.tar.bz2
Fix comment typo and update formatting.
svn path=/trunk/netsurf/; revision=11743
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 47a648d75..637127e2e 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -181,10 +181,10 @@ void options_dump(FILE *outf);
* %V - value - HTML type formatting
* %v - value - plain formatting
*
- * \param string The buffer in which to place teh results.
- * \param size The size of the string buffer.
- * \param option The opaque option number.
- * \param fmt The format string.
+ * \param string The buffer in which to place the results.
+ * \param size The size of the string buffer.
+ * \param option The opaque option number.
+ * \param fmt The format string.
* \return The number of bytes written to \a string or -1 on error
*/
int options_snoptionf(char *string, size_t size, unsigned int option,