diff options
Diffstat (limited to '')
-rw-r--r-- | src/song_save.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |