aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLars Henriksen <LarsHenriksen@get2net.dk>2017-10-23 11:59:34 +0200
committerLukas Fleischer <lfleischer@calcurse.org>2017-10-23 21:18:07 +0200
commitc0644d5aaf8bf8744f3759444009699c5b6e2861 (patch)
tree923dafd42500ba06558f8c49a82544f218dbd011 /src/calcurse.h
parent61e577bf8ad1b8d284e30ace751197faa0d034eb (diff)
downloadcalcurse-c0644d5aaf8bf8744f3759444009699c5b6e2861.tar.gz
calcurse-c0644d5aaf8bf8744f3759444009699c5b6e2861.zip
Fix spelling of "frequency"
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 8164823..72426e6 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -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 */
};