summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-18 17:16:26 +0000
commit669df172ece6dc75608de701fa05fb77612352a1 (patch)
tree98b57fbc01f14094ae6866cb4f99afa3141e8580 /desktop
parentcfc9971d0e5aa42bc384b65e8f368e12526c289c (diff)
downloadnetsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.gz
netsurf-669df172ece6dc75608de701fa05fb77612352a1.tar.bz2
Fix my spelling of teh everywhere
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.h2
-rw-r--r--desktop/hotlist.c2
-rw-r--r--desktop/textinput.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/browser.h b/desktop/browser.h
index 1d184b6f8..07faf10dc 100644
--- a/desktop/browser.h
+++ b/desktop/browser.h
@@ -320,7 +320,7 @@ void browser_window_set_scale(struct browser_window *bw, float scale, bool all);
* Gets the scale of a browser window
*
* \param bw The browser window to get the scale of.
- * \return The scale of teh window.
+ * \return The scale of the window.
*/
float browser_window_get_scale(struct browser_window *bw);
diff --git a/desktop/hotlist.c b/desktop/hotlist.c
index 38c8827bd..d9f89f037 100644
--- a/desktop/hotlist.c
+++ b/desktop/hotlist.c
@@ -320,7 +320,7 @@ static nserror hotlist_add_entry_internal(nsurl *url, const char *title,
* \param relation Existing node to insert as relation of, or NULL
* \param rel Folder's relationship to relation
* \param folder Updated to new hotlist folder data
- * \param default_folder Add to teh default folder.
+ * \param default_folder Add to the default folder.
* \return NSERROR_OK on success, or appropriate error otherwise
*/
static nserror hotlist_add_folder_internal(
diff --git a/desktop/textinput.h b/desktop/textinput.h
index a0b9f485d..123bf5d82 100644
--- a/desktop/textinput.h
+++ b/desktop/textinput.h
@@ -87,7 +87,7 @@ void browser_window_place_caret(struct browser_window *bw, int x, int y,
* Removes the caret and callback for key process.
*
* \param bw The browser window from which to remove caret.
- * \param only_hide Revove teh caret but leave teh textinput editable.
+ * \param only_hide Revove the caret but leave the textinput editable.
*/
void browser_window_remove_caret(struct browser_window *bw, bool only_hide);