From c16b6ba8fa1cb544a299597924eb4f6dc023a38d Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sun, 20 Feb 2011 23:22:31 +0000 Subject: Fix comment typo and update formatting. svn path=/trunk/netsurf/; revision=11743 --- desktop/options.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') 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, -- cgit v1.2.3