From 60c90f89b8e24c9e21703a0b0942642e22325acc Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 14 Apr 2008 08:28:55 +0000 Subject: Fix comment typos. svn path=/trunk/netsurf/; revision=4097 --- desktop/save_text.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'desktop') diff --git a/desktop/save_text.c b/desktop/save_text.c index 13dc8dfd0..4410268fb 100644 --- a/desktop/save_text.c +++ b/desktop/save_text.c @@ -41,8 +41,8 @@ static bool save_text_add_to_buffer(const char *text, size_t length, /** - * Extract the text from an HTML content and save it was a text file. Text is - * converted to local encoding. + * Extract the text from an HTML content and save it as a text file. Text is + * converted to the local encoding. * * \param c An HTML content. * \param path Path to save text file too. @@ -85,8 +85,8 @@ void save_as_text(struct content *c, char *path) /** * Decide what whitespace to place before the next bit of content-related text - * that is saved. Any existing whitespace is overridden with if the whitespace - * for this box is more "significant". + * that is saved. Any existing whitespace is overridden if the whitespace for + * this box is more "significant". * * \param box Pointer to box. * \param first Whether this is before the first bit of content-related -- cgit v1.2.3