Fix spelling of "frequency"

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Lars Henriksen
2017-10-23 11:59:34 +02:00
committed by Lukas Fleischer
parent 61e577bf8a
commit c0644d5aaf
3 changed files with 8 additions and 10 deletions

View File

@@ -358,7 +358,7 @@ enum recur_type {
/* To describe an item's repetition. */
struct rpt {
enum recur_type type; /* repetition type */
int freq; /* repetition frequence */
int freq; /* repetition frequency */
long until; /* ending date for repeated event */
};