Fix spelling of "frequency"
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
61e577bf8a
commit
c0644d5aaf
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user