summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-04-14 08:28:55 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-04-14 08:28:55 +0000
commit60c90f89b8e24c9e21703a0b0942642e22325acc (patch)
treec22fac983f2538863dddbfa8f25e8f552215f504 /desktop
parenta2616bbfe7d711bf9d43691e36cf956313eacfa1 (diff)
downloadnetsurf-60c90f89b8e24c9e21703a0b0942642e22325acc.tar.gz
netsurf-60c90f89b8e24c9e21703a0b0942642e22325acc.tar.bz2
Fix comment typos.
svn path=/trunk/netsurf/; revision=4097
Diffstat (limited to 'desktop')
-rw-r--r--desktop/save_text.c8
1 files changed, 4 insertions, 4 deletions
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