aboutsummaryrefslogtreecommitdiff
path: root/src/stored_playlist.h
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2011-03-31 21:43:53 +0200
committerMax Kellermann <max@duempel.org>2011-03-31 21:46:01 +0200
commit6d3ed3f16f7c427b22e8087804cea0f9874f4358 (patch)
treeeed6fc7d6075fcde520d3c2bd4c2e70db854cb7a /src/stored_playlist.h
parentbe798998bf44f740943cf82f6edb6d3616a8606a (diff)
fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
Diffstat (limited to 'src/stored_playlist.h')
-rw-r--r--src/stored_playlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stored_playlist.h b/src/stored_playlist.h
index 0eaf64d4..b1fdb6f8 100644
--- a/src/stored_playlist.h
+++ b/src/stored_playlist.h
@@ -51,7 +51,7 @@ spl_valid_name(const char *name_utf8);
/**
* Returns a list of stored_playlist_info struct pointers. Returns
- * NULL if an error occured.
+ * NULL if an error occurred.
*/
GPtrArray *
spl_list(void);