From 6d3ed3f16f7c427b22e8087804cea0f9874f4358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 31 Mar 2011 21:43:53 +0200 Subject: fix common misspellings These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ --- src/song_save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/song_save.h') diff --git a/src/song_save.h b/src/song_save.h index efa286c50..1aaa7642c 100644 --- a/src/song_save.h +++ b/src/song_save.h @@ -40,7 +40,7 @@ songvec_save(FILE *fp, const struct songvec *sv); * Loads a song from the input file. Reading stops after the * "song_end" line. * - * @param error_r location to store the error occuring, or NULL to + * @param error_r location to store the error occurring, or NULL to * ignore errors * @return true on success, false on error */ -- cgit v1.2.3