summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-06-18 20:10:08 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-06-18 20:10:08 +0100
commit64eab40b1825f7ab34713c295e949d7d21c5835d (patch)
treecfc562dff2eb6289385bec34914413e4aab89309 /desktop/global_history.c
parent4e0f960e3c892569c62cfa10a7b993a79aaef3b3 (diff)
downloadnetsurf-64eab40b1825f7ab34713c295e949d7d21c5835d.tar.gz
netsurf-64eab40b1825f7ab34713c295e949d7d21c5835d.tar.bz2
Fix typo.
Diffstat (limited to 'desktop/global_history.c')
-rw-r--r--desktop/global_history.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/global_history.c b/desktop/global_history.c
index e415c10da..e49b300ca 100644
--- a/desktop/global_history.c
+++ b/desktop/global_history.c
@@ -327,7 +327,7 @@ static nserror global_history_entry_insert(struct global_history_entry *e,
* simplfy sorting the entries.
*
* \param url URL for entry to add to history
- * \param slot Global histroy slot to contain history entry
+ * \param slot Global history slot to contain history entry
* \param data URL data for the entry
* \param got_treeview Whether the treeview has been created already
* \return NSERROR_OK on success, or appropriate error otherwise