summaryrefslogtreecommitdiff
path: root/desktop/global_history.c
diff options
context:
space:
mode:
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