Fix typo.

This commit is contained in:
Michael Drake 2013-06-18 20:10:08 +01:00
parent 4e0f960e3c
commit 64eab40b18
1 changed files with 1 additions and 1 deletions

View File

@ -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