summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2024-12-01 20:03:19 -0500
committerSacha Chua <sacha@sachachua.com>2024-12-01 20:03:19 -0500
commita6e0ea3f799b004e886d09114e51cc6d7ca88c8f (patch)
treec6d3b751694c237341ea120125302f8ce6e3a0e9
parenta9525a21833c57aee9591856284e923bbccff029 (diff)
downloademacsconf-el-a6e0ea3f799b004e886d09114e51cc6d7ca88c8f.tar.xz
emacsconf-el-a6e0ea3f799b004e886d09114e51cc6d7ca88c8f.zip
fix typo
-rw-r--r--emacsconf-schedule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacsconf-schedule.el b/emacsconf-schedule.el
index 6c5c211..260ef9c 100644
--- a/emacsconf-schedule.el
+++ b/emacsconf-schedule.el
@@ -25,7 +25,7 @@
;;; Code:
(defvar emacsconf-schedule-strategies
- '(emacsconf-schedule-allocate-video-time-rounded-to-five)
+ '(emacsconf-schedule-allocate-video-time-round-up-to-five)
"List of scheduling functions.
Each function should take the info and manipulate it as needed, returning the new info.")