From a6e0ea3f799b004e886d09114e51cc6d7ca88c8f Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sun, 1 Dec 2024 20:03:19 -0500 Subject: fix typo --- emacsconf-schedule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") -- cgit v1.2.3